Re: [libvirt] [PATCH 5/9] qemu: monitor: Add the 'query-nodes' argument for query-blockstats

2018-07-20 Thread Ján Tomko
On Wed, Jul 18, 2018 at 05:22:06PM +0200, Peter Krempa wrote: The 'query-blockstats' command does not return statistics for the explicitly named nodes unless the new argument is specified. Add Hopefully nobody will need to use profanity in node names. infrastrucuture that will allow us to

[libvirt] [PATCH 5/9] qemu: monitor: Add the 'query-nodes' argument for query-blockstats

2018-07-18 Thread Peter Krempa
The 'query-blockstats' command does not return statistics for the explicitly named nodes unless the new argument is specified. Add infrastrucuture that will allow us to use the new approach if desired. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c| 2 +- src/qemu/qemu_monitor.c