mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
qemu_capabilities: Fix the formatting with a space
It was observed while adding new property that there should be a space before closing a curly brace in intel-iommu object property definition. Fixing it as a separate patch. Signed-off-by: Shivaprasad G Bhat <sbhat@linux.vnet.ibm.com>
This commit is contained in:
parent
099a5ef8f0
commit
1cb188de70
@ -1908,7 +1908,7 @@ static struct virQEMUCapsObjectTypeProps virQEMUCapsObjectProps[] = {
|
||||
-1 },
|
||||
{ "intel-iommu", virQEMUCapsObjectPropsIntelIOMMU,
|
||||
ARRAY_CARDINALITY(virQEMUCapsObjectPropsIntelIOMMU),
|
||||
QEMU_CAPS_DEVICE_INTEL_IOMMU},
|
||||
QEMU_CAPS_DEVICE_INTEL_IOMMU },
|
||||
{ "spapr-pci-host-bridge", virQEMUCapsObjectPropsSpaprPCIHostBridge,
|
||||
ARRAY_CARDINALITY(virQEMUCapsObjectPropsSpaprPCIHostBridge),
|
||||
QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE },
|
||||
|
Loading…
x
Reference in New Issue
Block a user