]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Extract call of 'query-blockstats' and add new API for it
authorPeter Krempa <pkrempa@redhat.com>
Mon, 24 Jul 2017 10:51:10 +0000 (12:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 27 Jul 2017 07:25:26 +0000 (09:25 +0200)
commit51d243bdbfc9c9e6c4de9479b8a6ced37fc35aa1
tree4c18277bf96f6c781679254020ac824bbdf00c3f
parent43e6686c7f1669c8724fd68c056065cc1813b260
qemu: monitor: Extract call of 'query-blockstats' and add new API for it

Allow getting the raw data from query-blockstats, so that we can use it
to detect the backing chain later on.

Reviewed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h