mbox

[PULL,0/2] Dirty page rate and dirty page limit 20231010 patches

Message ID cover.1696896603.git.yong.huang@smartx.com
State New
Headers show

Pull-request

https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-pull-request-20231010

Message

Yong Huang Oct. 10, 2023, 12:31 a.m. UTC
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-20231010

for you to fetch changes up to 320a6ccc769dc09ae7ad0b4838e322018f334bf4:

  migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time (2023-10-10 08:04:12 +0800)

----------------------------------------------------------------
Dirtylimit and dirtyrate 20231010 patches PULL request

Dirty page rate measurement optimization.
Please apply, thanks, Yong.

----------------------------------------------------------------
Andrei Gudkov (2):
  migration/calc-dirty-rate: millisecond-granularity period
  migration/dirtyrate: use QEMU_CLOCK_HOST to report start-time

 migration/dirtyrate.c | 122 +++++++++++++++++++++++++++---------------
 migration/dirtyrate.h |  12 +++--
 qapi/migration.json   |  58 ++++++++++++++++----
 3 files changed, 134 insertions(+), 58 deletions(-)

Comments

Stefan Hajnoczi Oct. 10, 2023, 4:32 p.m. UTC | #1
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.