qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v5 24/31] sdhci: let the SYSBUS_SDHCI type be abstra


From: Philippe Mathieu-Daudé
Subject: [Qemu-devel] [PATCH v5 24/31] sdhci: let the SYSBUS_SDHCI type be abstract
Date: Mon, 8 Jan 2018 12:42:56 -0300

all boards previously using it now use a SYSBUS_SDHCI child.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 hw/sd/sdhci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
index d7e247cb48..34bda73b66 100644
--- a/hw/sd/sdhci.c
+++ b/hw/sd/sdhci.c
@@ -1463,6 +1463,7 @@ static void sdhci_sysbus_class_init(ObjectClass *klass, 
void *data)
 }
 
 static const TypeInfo sdhci_sysbus_info = {
+    .abstract = true,
     .name = TYPE_SYSBUS_SDHCI,
     .parent = TYPE_SYS_BUS_DEVICE,
     .instance_size = sizeof(SDHCIState),
-- 
2.15.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]