mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix QEMU test with 1.2.0 help output
The help output for QEMU 1.2.0 changed 'pci-assign' to 'kvm-pci-assign'. Since the new capabilities code does exact device name matching instead of substring matching, this caused the capabilities to go missing. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
2d0a777b3d
commit
72574808d6
@ -1321,6 +1321,8 @@ static struct qemuCapsObjectTypeProps qemuCapsObjectProps[] = {
|
||||
ARRAY_CARDINALITY(qemuCapsObjectPropsVirtioNet) },
|
||||
{ "pci-assign", qemuCapsObjectPropsPciAssign,
|
||||
ARRAY_CARDINALITY(qemuCapsObjectPropsPciAssign) },
|
||||
{ "kvm-pci-assign", qemuCapsObjectPropsPciAssign,
|
||||
ARRAY_CARDINALITY(qemuCapsObjectPropsPciAssign) },
|
||||
{ "scsi-disk", qemuCapsObjectPropsScsiDisk,
|
||||
ARRAY_CARDINALITY(qemuCapsObjectPropsScsiDisk) },
|
||||
{ "ide-drive", qemuCapsObjectPropsIDEDrive,
|
||||
|
Loading…
x
Reference in New Issue
Block a user