mbox series

[0/2] Multifd fixes

Message ID 20240801174101.31806-1-farosas@suse.de (mailing list archive)
Headers show
Series Multifd fixes | expand

Message

Fabiano Rosas Aug. 1, 2024, 5:40 p.m. UTC
Hi, a couple of multifd fixes to issues that Jim spotted while working
on mapped-ram for libvirt.

CI run: https://gitlab.com/farosas/qemu/-/pipelines/1397467740

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 +++++++++++++++-----------
 2 files changed, 15 insertions(+), 13 deletions(-)

Comments

Fabiano Rosas Aug. 2, 2024, 12:47 p.m. UTC | #1
On Thu, 01 Aug 2024 14:40:59 -0300, Fabiano Rosas wrote:
> on mapped-ram for libvirt.
> 
> CI run: https://gitlab.com/farosas/qemu/-/pipelines/1397467740
> 
> Fabiano Rosas (2):
>   migration: Fix cleanup of iochannel in file migration
>   migration/multifd: Fix multifd_send_setup cleanup when channel
>     creation fails
> 
> [...]

Queued, thanks!