On a Thursday in 2023, Peter Krempa wrote:
Every caller will pass 'qdevid' as it's populated in the
data madatorily
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(a)redhat.com>
---
src/qemu/qemu_driver.c | 13 +++----------
src/qemu/qemu_hotplug.c | 4 ++--
src/qemu/qemu_monitor.c | 6 ++----
src/qemu/qemu_monitor.h | 1 -
src/qemu/qemu_monitor_json.c | 4 +---
src/qemu/qemu_monitor_json.h | 1 -
src/qemu/qemu_process.c | 12 +++---------
tests/qemumonitorjsontest.c | 2 +-
8 files changed, 12 insertions(+), 31 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano