On 07/19/2017 07:08 PM, Andrea Bolognani wrote:
On Mon, 2017-07-17 at 21:28 +0530, Shivaprasad G Bhat wrote:
[...]
@@ -1900,6 +1905,9 @@ static struct virQEMUCapsObjectTypeProps 
virQEMUCapsObjectProps[] = {
       { "intel-iommu", virQEMUCapsObjectPropsIntelIOMMU,
         ARRAY_CARDINALITY(virQEMUCapsObjectPropsIntelIOMMU),
         QEMU_CAPS_DEVICE_INTEL_IOMMU},
+    { "spapr-pci-host-bridge", virQEMUCapsObjectPropsSpaprPCIHostBridge,
+      ARRAY_CARDINALITY(virQEMUCapsObjectPropsSpaprPCIHostBridge),
+      QEMU_CAPS_DEVICE_SPAPR_PCI_HOST_BRIDGE},
There should be a space before the closing curly brace.

Thanks.. I was just following the previous pattern at " QEMU_CAPS_DEVICE_INTEL_IOMMU},"

Will fix that along. :)

Reviewed-by: Andrea Bolognani <abolo...@redhat.com>

--
Andrea Bolognani / Red Hat / Virtualization


--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to