]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Fix qemuMonitorGetAllBlockStatsInfo with HMP
authorPeter Krempa <pkrempa@redhat.com>
Tue, 14 Apr 2015 15:08:23 +0000 (17:08 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 15 Apr 2015 11:58:26 +0000 (13:58 +0200)
commit7961713410b46b36700c78f99af11810552b9dc4
tree23cfd7fff562970f77d3f8ef4d8d8034c74433cf
parenta745d83fe0284633a7eadff6ecb9db52648692a0
qemu: monitor: Fix qemuMonitorGetAllBlockStatsInfo with HMP

Commit f6563bc3 introduced HMP impl of the function (so that a different
uglier function could be removed). Before the HMP code is called there's
a leftover check that the monitor is JSON which inhibits the code from
working.
src/qemu/qemu_monitor.c