mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
qemu: Explicitly state that hotplugging cdroms and floppies doesn't work
This commit is contained in:
parent
2143934009
commit
afa44743b6
@ -744,7 +744,9 @@ qemuDomainAttachDeviceDiskLive(virConnectPtr conn,
|
||||
if (!(orig_disk = virDomainDiskFindByBusAndDst(vm->def,
|
||||
disk->bus, disk->dst))) {
|
||||
virReportError(VIR_ERR_INTERNAL_ERROR,
|
||||
_("No device with bus '%s' and target '%s'"),
|
||||
_("No device with bus '%s' and target '%s'. "
|
||||
"cdrom and floppy device hotplug isn't supported "
|
||||
"by libvirt"),
|
||||
virDomainDiskBusTypeToString(disk->bus),
|
||||
disk->dst);
|
||||
goto end;
|
||||
|
Loading…
Reference in New Issue
Block a user