mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: clarify error message for index 0 PIIX3 USB controller
The address is restricted to 0:0:1.2 only for the piix3-uhci controller at index 0. https://bugzilla.redhat.com/show_bug.cgi?id=1460602
This commit is contained in:
parent
0e0e328dc1
commit
f9267297cf
@ -1419,7 +1419,7 @@ qemuDomainValidateDevicePCISlotsPIIX3(virDomainDefPtr def,
|
|||||||
cont->info.addr.pci.slot != 1 ||
|
cont->info.addr.pci.slot != 1 ||
|
||||||
cont->info.addr.pci.function != 2) {
|
cont->info.addr.pci.function != 2) {
|
||||||
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||||
_("PIIX3 USB controller must have PCI address 0:0:1.2"));
|
_("PIIX3 USB controller at index 0 must have PCI address 0:0:1.2"));
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user