[PATCH 0/2] Multifd fixes

Fabiano Rosas posted 2 patches 3 months, 3 weeks ago
migration/file.c    |  2 --
migration/multifd.c | 26 +++++++++++++++-----------
2 files changed, 15 insertions(+), 13 deletions(-)
[PATCH 0/2] Multifd fixes
Posted by Fabiano Rosas 3 months, 3 weeks ago
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(-)

-- 
2.35.3
Re: [PATCH 0/2] Multifd fixes
Posted by Fabiano Rosas 3 months, 3 weeks ago
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!