]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMonitorSetBlockIoThrottle: Remove booleans controlling used fields
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Aug 2021 13:27:29 +0000 (15:27 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 07:57:34 +0000 (09:57 +0200)
commit88f75119232e4b8f60df8de30a0b0e257c87bd2f
treed371c010fa4dd6bbeac100af7b45b2a31e6564a7
parent059103869edc7dd0b86b08dc9468272fbdd31dc6
qemuMonitorSetBlockIoThrottle: Remove booleans controlling used fields

All supported QEMU versions have all the fields so we can remove the
booleans controlling which fields are used on the monitor.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h
src/qemu/qemu_process.c
tests/qemumonitorjsontest.c