]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuMonitorSetBlockIoThrottle: Drop 'diskalias' argument
authorPeter Krempa <pkrempa@redhat.com>
Tue, 23 May 2023 13:32:49 +0000 (15:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Jun 2023 11:20:13 +0000 (13:20 +0200)
commit9d6867198dd7fbc2979638ba7796e1e1439fbeed
tree446da9e6100e4277cd3c8131090f983b6450c4d6
parentf0296aa9a31b5448785a72d9d23700f9aebdd874
qemuMonitorSetBlockIoThrottle: Drop 'diskalias' argument

Every caller will pass 'qdevid' as it's populated in the data
mandatorily with qemu-4.2 and onwards due to mandatory -blockdev use.

Thus we can drop compatibility with the old way of matching the disk via
alias.

Signed-off-by: Peter Krempa <pkrempa@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