Files
xemu/ui
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>
2025-09-01 13:11:13 +02:00
..
2025-04-25 17:00:41 +02:00
2024-09-10 13:22:47 +02:00
2025-07-15 10:22:33 +04:00
2024-12-20 17:44:56 +01:00
2024-09-13 20:12:16 +02:00
2025-05-24 16:33:18 +02:00
2025-07-14 14:51:12 +04:00