diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-03-28 14:20:41 +0400 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2024-10-02 16:14:29 +0400 |
commit | fa7e5e9e1c52b2b197f478265b221e766679a236 (patch) | |
tree | ec9c774c8ed5b1ca0e4db58ef933daba28463cfb /python/scripts/vendor.py | |
parent | 7d6e63d982004abac0690e0ca57946fb330d2e70 (diff) | |
download | qemu-fa7e5e9e1c52b2b197f478265b221e766679a236.zip qemu-fa7e5e9e1c52b2b197f478265b221e766679a236.tar.gz qemu-fa7e5e9e1c52b2b197f478265b221e766679a236.tar.bz2 |
hw/vhost-scsi: fix -Werror=maybe-uninitialized
../hw/scsi/vhost-scsi.c:173:12: error: ‘ret’ may be used uninitialized [-Werror=maybe-uninitialized]
It can be reached when num_queues=0. It probably doesn't make much sense
to instantiate a vhost-scsi with 0 IO queues though. For now, make
vhost_scsi_set_workers() return success/0 anyway, when no workers have
been setup.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Diffstat (limited to 'python/scripts/vendor.py')
0 files changed, 0 insertions, 0 deletions