You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/vfio-user
Markus Armbruster ec14a3de62 vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way
qio_channel_socket_connect_sync() returns 0 on success, and -1 on
failure, with errp set.  Some callers check the return value, and some
check whether errp was set.

For consistency, always check the return value, and always check it's
negative.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250723133257.1497640-3-armbru@redhat.com>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
1 week ago
..
Kconfig
container.c hw/vfio-user: fix use of uninitialized variable 2 months ago
container.h vfio-user: set up container access to the proxy 2 months ago
device.c vfio-user: add coalesced posted writes 2 months ago
device.h vfio-user: implement VFIO_USER_DEVICE_RESET 2 months ago
meson.build vfio-user: implement VFIO_USER_DEVICE_GET_INFO 2 months ago
pci.c vfio-user: support posted writes 2 months ago
protocol.h vfio-user: add coalesced posted writes 2 months ago
proxy.c vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way 1 week ago
proxy.h vfio-user: add coalesced posted writes 2 months ago
trace-events vfio-user: add coalesced posted writes 2 months ago
trace.h vfio-user: implement message receive infrastructure 2 months ago