]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: silence Coverity false positive
authorEric Blake <eblake@redhat.com>
Sat, 8 Oct 2011 02:56:00 +0000 (20:56 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 8 Oct 2011 03:00:05 +0000 (21:00 -0600)
commit0654d274e6fdc5c1b3d632665670b338957fc60d
tree2b5eb0bcb36c68a22602f1caed9b168bff018b7a
parent2e593ba518a54fbf88a8c5cb564686c87b5864f0
qemu: silence Coverity false positive

Coverity complained that 4 out of 5 callers to virJSONValueObjectGetBoolean
checked for errors.  But we documented that we don't care in this case.

* src/qemu/qemu_monitor_json.c (qemuMonitorJSONGetBlockInfo): Use
ignore_value.
src/qemu/qemu_monitor_json.c