]> Git Repo - qemu.git/blobdiff - hw/sd/sdhci.c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
[qemu.git] / hw / sd / sdhci.c
index 6d6a791ee9c07a553fa6a8e1e5cd0749e1b0a6d2..b064a087c9bc8e3d32c66e3b54a70250fbabba6f 100644 (file)
@@ -1315,6 +1315,10 @@ static const TypeInfo sdhci_pci_info = {
     .parent = TYPE_PCI_DEVICE,
     .instance_size = sizeof(SDHCIState),
     .class_init = sdhci_pci_class_init,
+    .interfaces = (InterfaceInfo[]) {
+        { INTERFACE_CONVENTIONAL_PCI_DEVICE },
+        { },
+    },
 };
 
 static Property sdhci_sysbus_properties[] = {
This page took 0.023068 seconds and 4 git commands to generate.