]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Drop parsing of 'errs' from block info
authorPeter Krempa <pkrempa@redhat.com>
Mon, 9 Mar 2015 14:25:17 +0000 (15:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 11 Mar 2015 10:28:03 +0000 (11:28 +0100)
commit32288fc9b94ea24c9a32a638450942cf7dbb71d6
treee0ab0cf4bf1cdb9a9b72715442fb68a3fcfb62a2
parent7e9fb151459e476f272a690e3ce73680e5960e7b
qemu: monitor: Drop parsing of 'errs' from block info

The error count statistic is not supported by qemu, so there's no need
to pass the variables around if the result is ignored anyways.
src/qemu/qemu_driver.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.c
src/qemu/qemu_monitor_text.h
tests/qemumonitorjsontest.c