mbox

[PULL,0/3] Dirty page rate and dirty page limit 20230829 patches

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

Pull-request

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

Message

Yong Huang Aug. 29, 2023, 3:29 p.m. UTC
The following changes since commit f5fe7c17ac4e309e47e78f0f9761aebc8d2f2c81:

  Merge tag 'pull-tcg-20230823-2' of https://gitlab.com/rth7680/qemu into staging (2023-08-28 16:07:04 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 3eb82637fbf8c0471990b59e6733fd4beb1f9939:

  migration/dirtyrate: Fix precision losses and g_usleep overshoot (2023-08-29 10:19:03 +0800)

----------------------------------------------------------------
Dirtylimit and dirtyrate 20230829 patches PULL request

Correct memory leaks in dirtylimit and accuracy losses in
dirtyrate, respectively; make minor corrections to overshoot
and memory deallocation.

This is v3 with a signed tag. Please apply.

Thanks, Yong.

----------------------------------------------------------------
Andrei Gudkov (1):
      migration/dirtyrate: Fix precision losses and g_usleep overshoot

alloc.young (2):
      softmmu: Fix dirtylimit memory leak
      softmmu/dirtylimit: Convert free to g_free

 migration/dirtyrate.c | 10 ++++++++--
 softmmu/dirtylimit.c  | 26 ++++++++++++--------------
 2 files changed, 20 insertions(+), 16 deletions(-)

Comments

Stefan Hajnoczi Aug. 30, 2023, 4:22 p.m. UTC | #1
Applied, thanks.

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