mbox

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

Message ID 20240802142633.19249-1-farosas@suse.de
State New
Headers show

Pull-request

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

Message

Fabiano Rosas Aug. 2, 2024, 2:26 p.m. UTC
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(-)

Comments

Richard Henderson Aug. 2, 2024, 11:30 p.m. UTC | #1
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~