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 use the new approach if
desired.
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, 17 insertions(+), 8 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano