Message ID | cover.1696855875.git.yong.huang@smartx.com |
---|---|
State | New |
Headers | show |
Hi Hyman, On 9/10/23 14:57, Hyman Huang wrote: > The following changes since commit 2f3913f4b2ad74baeb5a6f1d36efbd9ecdf1057d: > > Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2023-10-05 09:01:01 -0400) > > are available in the Git repository at: > > https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-pull-request-20231009 > > for you to fetch changes up to 84719f6d0b75448400068adb78d85000e884f0cd: > > migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time (2023-10-08 15:06:12 +0800) > > ---------------------------------------------------------------- > Dirtylimit and dirtyrate 20231009 patches PULL request > > Dirty page rate measurement optimization. > Please apply, thanks, Yong. > > ---------------------------------------------------------------- > Andrei Gudkov via (2): > migration/calc-dirty-rate: millisecond-granularity period > migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time Invalid author Andrei Gudkov via <qemu-devel@nongnu.org> in patches :/ Please correct and repost.
On Mon, 9 Oct 2023 at 09:02, Hyman Huang <yong.huang@smartx.com> wrote: > > The following changes since commit 2f3913f4b2ad74baeb5a6f1d36efbd9ecdf1057d: > > Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging (2023-10-05 09:01:01 -0400) > > are available in the Git repository at: > > https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-pull-request-20231009 > > for you to fetch changes up to 84719f6d0b75448400068adb78d85000e884f0cd: > > migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time (2023-10-08 15:06:12 +0800) > > ---------------------------------------------------------------- > Dirtylimit and dirtyrate 20231009 patches PULL request > > Dirty page rate measurement optimization. > Please apply, thanks, Yong. > > ---------------------------------------------------------------- > Andrei Gudkov via (2): > migration/calc-dirty-rate: millisecond-granularity period > migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time Please adjust the author email on these commits using "git commit --amend --author=Andrei Gudkov <gudkov.andrei@huawei.com>" and resend the pull request. Sometimes qemu-devel delivers emails with "Name via <qemu-devel@nongnu.org>" in the email From: header because of the sender's email server security configuration. When this happens it is necessary to fix the author email in the commit or to apply the original commit that has not been modified by the mailing list (e.g. lore.kernel.org). Thank you, Stefan > > migration/dirtyrate.c | 122 +++++++++++++++++++++++++++--------------- > migration/dirtyrate.h | 12 +++-- > qapi/migration.json | 58 ++++++++++++++++---- > 3 files changed, 134 insertions(+), 58 deletions(-) > > -- > 2.39.1 > >