[PULL 0/3] Migration patches for 2024-08-02

Fabiano Rosas posted 3 patches 3 months, 3 weeks ago
migration/file.c    |  2 --
migration/multifd.c | 26 +++++++++++++++-----------
migration/savevm.c  |  2 ++
3 files changed, 17 insertions(+), 13 deletions(-)
[PULL 0/3] Migration patches for 2024-08-02
Posted by Fabiano Rosas 3 months, 3 weeks ago
The following changes since commit c4d242501a61093a8b80ee8f6dd071c5110a100c:

  Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging (2024-08-02 15:53:54 +1000)

are available in the Git repository at:

  https://gitlab.com/farosas/qemu.git tags/migration-20240802-pull-request

for you to fetch changes up to 0bd5b9284fa94a6242a0d27a46380d93e753488b:

  migration/multifd: Fix multifd_send_setup cleanup when channel creation fails (2024-08-02 09:47:40 -0300)

----------------------------------------------------------------
Migration pull request

- Akihiko Odaki's fix for a memory leak on ppc migration
- Fabiano's fix for asserts during multifd error handling

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

Akihiko Odaki (1):
  migration: Free removed SaveStateEntry

Fabiano Rosas (2):
  migration: Fix cleanup of iochannel in file migration
  migration/multifd: Fix multifd_send_setup cleanup when channel
    creation fails

 migration/file.c    |  2 --
 migration/multifd.c | 26 +++++++++++++++-----------
 migration/savevm.c  |  2 ++
 3 files changed, 17 insertions(+), 13 deletions(-)

-- 
2.35.3
Re: [PULL 0/3] Migration patches for 2024-08-02
Posted by Richard Henderson 3 months, 3 weeks ago
On 8/3/24 00:26, Fabiano Rosas wrote:
> The following changes since commit c4d242501a61093a8b80ee8f6dd071c5110a100c:
> 
>    Merge tag 'net-pull-request' ofhttps://github.com/jasowang/qemu into staging (2024-08-02 15:53:54 +1000)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/farosas/qemu.git tags/migration-20240802-pull-request
> 
> for you to fetch changes up to 0bd5b9284fa94a6242a0d27a46380d93e753488b:
> 
>    migration/multifd: Fix multifd_send_setup cleanup when channel creation fails (2024-08-02 09:47:40 -0300)
> 
> ----------------------------------------------------------------
> Migration pull request
> 
> - Akihiko Odaki's fix for a memory leak on ppc migration
> - Fabiano's fix for asserts during multifd error handling

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~