mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
qemu: auto-add pci-root to 'pc-i440*' machines too
Commit b33eb0d missed this machine type.
This commit is contained in:
parent
0aeae5df5e
commit
5c9cffea23
@ -687,6 +687,7 @@ qemuDomainDefPostParse(virDomainDefPtr def,
|
||||
break;
|
||||
if (!STRPREFIX(def->os.machine, "pc-0.") &&
|
||||
!STRPREFIX(def->os.machine, "pc-1.") &&
|
||||
!STRPREFIX(def->os.machine, "pc-i440") &&
|
||||
!STREQ(def->os.machine, "pc") &&
|
||||
!STRPREFIX(def->os.machine, "rhel"))
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user