Now than the implementation is functional, allow to instantiate it. Signed-off-by: Philippe Mathieu-Daudé <phi...@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