[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()

Markus Armbruster posted 2 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250723133257.1497640-1-armbru@redhat.com
Maintainers: John Levon <john.levon@nutanix.com>, Thanos Makatos <thanos.makatos@nutanix.com>, "Cédric Le Goater" <clg@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, Marcelo Tosatti <mtosatti@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
hw/vfio-user/proxy.c          | 2 +-
scsi/pr-manager-helper.c      | 9 ++-------
target/i386/kvm/vmsr_energy.c | 6 +-----
ui/input-barrier.c            | 5 +----
4 files changed, 5 insertions(+), 17 deletions(-)
[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
Posted by Markus Armbruster 3 months, 3 weeks ago
Markus Armbruster (2):
  i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
  vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same
    way

 hw/vfio-user/proxy.c          | 2 +-
 scsi/pr-manager-helper.c      | 9 ++-------
 target/i386/kvm/vmsr_energy.c | 6 +-----
 ui/input-barrier.c            | 5 +----
 4 files changed, 5 insertions(+), 17 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
Posted by Markus Armbruster 2 months, 2 weeks ago
Queued.  Thanks for the review!
Re: [PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
Posted by Markus Armbruster 2 months, 2 weeks ago
Ping... your chance to review, silence will be met with a PR ;)