[PULL 0/3] Migration 20240322 patches

peterx@redhat.com posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240322161417.759586-1-peterx@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Thomas Huth <thuth@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
migration/fd.h               |  2 --
migration/fd.c               | 56 ++++--------------------------------
migration/file.c             | 19 ++----------
migration/migration.c        | 20 ++-----------
migration/multifd.c          |  5 +---
tests/qtest/migration-test.c | 43 ---------------------------
6 files changed, 12 insertions(+), 133 deletions(-)
[PULL 0/3] Migration 20240322 patches
Posted by peterx@redhat.com 1 month ago
From: Peter Xu <peterx@redhat.com>

The following changes since commit 853546f8128476eefb701d4a55b2781bb3a46faa:

  Merge tag 'pull-loongarch-20240322' of https://gitlab.com/gaosong/qemu into staging (2024-03-22 10:59:57 +0000)

are available in the Git repository at:

  https://gitlab.com/peterx/qemu.git tags/migration-20240322-pull-request

for you to fetch changes up to 8fa1a21c6edc2bf7de85984944848ab9ac49e937:

  migration/multifd: Fix clearing of mapped-ram zero pages (2024-03-22 12:12:08 -0400)

----------------------------------------------------------------
Migration pull for 9.0-rc1

- Fabiano's patch to revert fd: support on mapped-ram
- Peter's fix on postcopy regression on unnecessary dirty syncs
- Fabiano's fix on mapped-ram rare corrupt on zero page handling

----------------------------------------------------------------

Fabiano Rosas (2):
  migration: Revert mapped-ram multifd support to fd: URI
  migration/multifd: Fix clearing of mapped-ram zero pages

Peter Xu (1):
  migration/postcopy: Fix high frequency sync

 migration/fd.h               |  2 --
 migration/fd.c               | 56 ++++--------------------------------
 migration/file.c             | 19 ++----------
 migration/migration.c        | 20 ++-----------
 migration/multifd.c          |  5 +---
 tests/qtest/migration-test.c | 43 ---------------------------
 6 files changed, 12 insertions(+), 133 deletions(-)

-- 
2.44.0
Re: [PULL 0/3] Migration 20240322 patches
Posted by Peter Maydell 1 month ago
On Fri, 22 Mar 2024 at 16:15, <peterx@redhat.com> wrote:
>
> From: Peter Xu <peterx@redhat.com>
>
> The following changes since commit 853546f8128476eefb701d4a55b2781bb3a46faa:
>
>   Merge tag 'pull-loongarch-20240322' of https://gitlab.com/gaosong/qemu into staging (2024-03-22 10:59:57 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/migration-20240322-pull-request
>
> for you to fetch changes up to 8fa1a21c6edc2bf7de85984944848ab9ac49e937:
>
>   migration/multifd: Fix clearing of mapped-ram zero pages (2024-03-22 12:12:08 -0400)
>
> ----------------------------------------------------------------
> Migration pull for 9.0-rc1
>
> - Fabiano's patch to revert fd: support on mapped-ram
> - Peter's fix on postcopy regression on unnecessary dirty syncs
> - Fabiano's fix on mapped-ram rare corrupt on zero page handling
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM