[PULL 0/2] Migration 20240407 patches

peterx@redhat.com posted 2 patches 3 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240407184354.1839435-1-peterx@redhat.com
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
MAINTAINERS        |  6 ++++--
migration/savevm.c | 21 +++++++++++++++++++++
2 files changed, 25 insertions(+), 2 deletions(-)
[PULL 0/2] Migration 20240407 patches
Posted by peterx@redhat.com 3 weeks, 3 days ago
From: Peter Xu <peterx@redhat.com>

The following changes since commit ce64e6224affb8b4e4b019f76d2950270b391af5:

  Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into staging (2024-04-04 15:28:06 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8e0b21e375f0f6e6dbaeaecc1d52e2220f163e40:

  MAINTAINERS: Adjust migration documentation files (2024-04-07 14:40:55 -0400)

----------------------------------------------------------------
Migration pull for 9.0-rc3

- Wei/Lei's fix on a rare postcopy race that can hang the channel (since 8.0)
- Avihai's fix on maintainers file, points to the right doc links

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

Avihai Horon (1):
  MAINTAINERS: Adjust migration documentation files

Wei Wang (1):
  migration/postcopy: ensure preempt channel is ready before loading
    states

 MAINTAINERS        |  6 ++++--
 migration/savevm.c | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+), 2 deletions(-)

-- 
2.44.0
Re: [PULL 0/2] Migration 20240407 patches
Posted by Peter Maydell 3 weeks, 2 days ago
On Sun, 7 Apr 2024 at 19:43, <peterx@redhat.com> wrote:
>
> From: Peter Xu <peterx@redhat.com>
>
> The following changes since commit ce64e6224affb8b4e4b019f76d2950270b391af5:
>
>   Merge tag 'qemu-sparc-20240404' of https://github.com/mcayland/qemu into staging (2024-04-04 15:28:06 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/migration-20240407-pull-request
>
> for you to fetch changes up to 8e0b21e375f0f6e6dbaeaecc1d52e2220f163e40:
>
>   MAINTAINERS: Adjust migration documentation files (2024-04-07 14:40:55 -0400)
>
> ----------------------------------------------------------------
> Migration pull for 9.0-rc3
>
> - Wei/Lei's fix on a rare postcopy race that can hang the channel (since 8.0)
> - Avihai's fix on maintainers file, points to the right doc links
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM