]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Reuse qemuMonitorJSONQueryBlock in qemuMonitorJSONBlockIoThrottleInfo
authorPeter Krempa <pkrempa@redhat.com>
Wed, 25 Jul 2018 13:48:09 +0000 (15:48 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Aug 2018 13:46:06 +0000 (15:46 +0200)
commite7e2bbdc94b6e711ac92373e2047e5349b7123a5
treecce9192bec7b4d59ec728bb5a4b9ea737a842000
parent192fdaa614e3800255048a8a70c1292ccf18397a
qemu: monitor: Reuse qemuMonitorJSONQueryBlock in qemuMonitorJSONBlockIoThrottleInfo

The wrapper executes the command and does error detection so there's no
need to open-code all of those things.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor_json.c