qemu-block
[Top][All Lists]
Advanced

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

[PATCH v47 19/19] hw/sd/sdcard: Enable TYPE_EMMC card model


From: Philippe Mathieu-Daudé
Subject: [PATCH v47 19/19] hw/sd/sdcard: Enable TYPE_EMMC card model
Date: Tue, 9 Jul 2024 17:25:56 +0200

Now than the implementation is functional, allow
to instantiate it.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/sd/sd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/sd/sd.c b/hw/sd/sd.c
index 6aa83251f7..4a6e9cc035 100644
--- a/hw/sd/sd.c
+++ b/hw/sd/sd.c
@@ -2941,7 +2941,6 @@ static const TypeInfo sd_types[] = {
         .name           = TYPE_EMMC,
         .parent         = TYPE_SDMMC_COMMON,
         .class_init     = emmc_class_init,
-        .abstract       = true, /* FIXME: Remove once model fully functional */
     },
 };
 
-- 
2.41.0




reply via email to

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