On Mon, Aug 13, 2018 at 05:59:41PM +0200, Peter Krempa wrote:
Turns out that 'query-nodes' is not what we want and the
'query-blockstats' command was in fact buggy. Revert the new field since
it's not needed.
This reverts commit 50edca1331298bfcb2622e8fe588d493aff9ab68.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_block.c | 2 +-
src/qemu/qemu_monitor.c | 8 ++------
src/qemu/qemu_monitor.h | 3 +--
src/qemu/qemu_monitor_json.c | 9 +++------
src/qemu/qemu_monitor_json.h | 3 +--
5 files changed, 8 insertions(+), 17 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano