]> Git Repo - qemu.git/blobdiff - hw/i386/xen/xen_platform.c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
[qemu.git] / hw / i386 / xen / xen_platform.c
index 9ba7474566bd791d29c6e103de6fdbbf007bcc99..056b87de0b6f518221ec53021dc9175ec17ad17a 100644 (file)
@@ -517,6 +517,10 @@ static const TypeInfo xen_platform_info = {
     .parent        = TYPE_PCI_DEVICE,
     .instance_size = sizeof(PCIXenPlatformState),
     .class_init    = xen_platform_class_init,
+    .interfaces = (InterfaceInfo[]) {
+        { INTERFACE_CONVENTIONAL_PCI_DEVICE },
+        { },
+    },
 };
 
 static void xen_platform_register_types(void)
This page took 0.020172 seconds and 4 git commands to generate.