mbox

[PULL,0/2] Migration 20241125 patches

Message ID 20241125212256.62608-1-peterx@redhat.com (mailing list archive)
State New
Headers show

Pull-request

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

Message

Peter Xu Nov. 25, 2024, 9:22 p.m. UTC
The following changes since commit 791e3837c1105aec4e328674aad32e34056957e2:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-11-25 10:44:11 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 59c390d95b4984c87db0deda2b8dad0c9595156e:

  migration: Fix extra cleanup at postcopy listen (2024-11-25 16:21:55 -0500)

----------------------------------------------------------------
Migration pull for 9.2-rc2

- Fabiano's patch to remove double vmstate cleanup in postcopy
- Peter's patch to whitelist pipes in fd migration URIs

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

Fabiano Rosas (1):
  migration: Fix extra cleanup at postcopy listen

Peter Xu (1):
  migration: Allow pipes to keep working for fd migrations

 migration/fd.c     | 27 +++++++++++++++++++++++++--
 migration/savevm.c |  1 -
 2 files changed, 25 insertions(+), 3 deletions(-)

Comments

Peter Maydell Nov. 26, 2024, 3:46 p.m. UTC | #1
On Mon, 25 Nov 2024 at 21:23, Peter Xu <peterx@redhat.com> wrote:
>
> The following changes since commit 791e3837c1105aec4e328674aad32e34056957e2:
>
>   Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-11-25 10:44:11 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/peterx/qemu.git tags/migration-20241125-pull-request
>
> for you to fetch changes up to 59c390d95b4984c87db0deda2b8dad0c9595156e:
>
>   migration: Fix extra cleanup at postcopy listen (2024-11-25 16:21:55 -0500)
>
> ----------------------------------------------------------------
> Migration pull for 9.2-rc2
>
> - Fabiano's patch to remove double vmstate cleanup in postcopy
> - Peter's patch to whitelist pipes in fd migration URIs
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM