]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuValidateCheckSCSIControllerIOThreads: Return '0' and '-1' instead of bools
authorPeter Krempa <pkrempa@redhat.com>
Fri, 14 Feb 2025 14:23:54 +0000 (15:23 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Feb 2025 14:21:45 +0000 (15:21 +0100)
commite1c3fead7d5dce3ac899213262876d90a0063e55
tree15058df680fb1367500c943a362e01609d24a2ba
parenta2183d9a13db16482a412ab3bd269685742fbe43
qemuValidateCheckSCSIControllerIOThreads: Return '0' and '-1' instead of bools

The function reports libvirt errors so stick with the usual '0' and '-1'
return values.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_validate.c