Re: [PATCH] qemu: support hotplug cdrom with usb/scsi bus

2022-07-20 Thread Michal Prívozník
On 7/6/22 11:57, minglei.liu wrote: > Qemu support hotplug cdrom device with usb or scsi bus, > just unblock these devices in qemuDomainAttachDeviceDiskLiveInternal > and qemuDomainDetachPrepDisk. > > Fixes: #261 We like the full URL as it's easily clickable when viewing git log. > > Signed-off

[PATCH] qemu: support hotplug cdrom with usb/scsi bus

2022-07-08 Thread minglei.liu
Qemu support hotplug cdrom device with usb or scsi bus, just unblock these devices in qemuDomainAttachDeviceDiskLiveInternal and qemuDomainDetachPrepDisk. Fixes: #261 Signed-off-by: minglei.liu --- src/qemu/qemu_hotplug.c | 13 +++- tests/qemuhotplugtest.c