Re: [PATCH 56/80] qemu: hotplug: Remove pre-blockdev code path from qemuDomainChangeEjectableMedia

2022-08-04 Thread Pavel Hrdina
On Tue, Jul 26, 2022 at 04:37:34PM +0200, Peter Krempa wrote: > All media are changed in blockdev-instantiated cdroms now, remove the > old code. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_hotplug.c | 88 + > 1 file changed, 1 insertion(+), 87 d

[PATCH 56/80] qemu: hotplug: Remove pre-blockdev code path from qemuDomainChangeEjectableMedia

2022-07-26 Thread Peter Krempa
All media are changed in blockdev-instantiated cdroms now, remove the old code. Signed-off-by: Peter Krempa --- src/qemu/qemu_hotplug.c | 88 + 1 file changed, 1 insertion(+), 87 deletions(-) diff --git a/src/qemu/qemu_hotplug.c b/src/qemu/qemu_hotplug.c