]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Resolve Coverity CHECKED_RETURN issue
authorJohn Ferlan <jferlan@redhat.com>
Fri, 6 Mar 2015 17:27:37 +0000 (12:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 9 Mar 2015 12:11:49 +0000 (08:11 -0400)
commitfcb13292b1833d67346af8abfcf8242c0d196eb3
tree0ac8ebf2c3501c5b5590f6da6628aff541a4d8d9
parentdaefe3f300b279d556cd8bb17b7627123556288a
qemu: Resolve Coverity CHECKED_RETURN issue

By adding a call and check of return of virBitmapToData to the
IOThreads code, my Coverity checker lets me know qemuDomainHelperGetVcpus
also needs to check the status...
src/qemu/qemu_driver.c