]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Resolve Coverity NEGATIVE_RETURNS
authorJohn Ferlan <jferlan@redhat.com>
Thu, 4 Sep 2014 20:50:15 +0000 (16:50 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 11 Sep 2014 12:10:14 +0000 (08:10 -0400)
commit35a50ea8c7918ec99724df73281c0d54129be231
treeaab1429b4e0dc8e590177fd85c2433dc7352d936
parent8ffab1010a78e2cd14860f8bc02527c6f35209d6
qemu: Resolve Coverity NEGATIVE_RETURNS

In qemuProcessInitPCIAddresses() if qemuMonitorGetAllPCIAddresses()
returns a negative (or zero) value, then no need to call the
qemuProcessDetectPCIAddresses().

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_process.c