On Fri, 2025-10-17 at 14:03 +0200, Jan Kiszka wrote: > From: Jan Kiszka <[email protected]> > > Enable user-instantiation so that PCI-attached eMMCs can be created for > virt machines, for QA purposes for the eMMC model itself and for complex > firmware/OS integrations using the upcoming RPMB partition support.
Perhaps reword to "Enable user-instantiation so that eMMCs can be created for PCI-attached SD/MMC host controllers (such as sdhci-pci) on virt machines, ..." to match the actual bus hierarchy? Jan > Signed-off-by: Jan Kiszka <[email protected]> > --- > hw/sd/sd.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/hw/sd/sd.c b/hw/sd/sd.c > index d1e1bb4f0e..305ea251cb 100644 > --- a/hw/sd/sd.c > +++ b/hw/sd/sd.c > @@ -2928,8 +2928,6 @@ static void emmc_class_init(ObjectClass *klass, const > void *data) > dc->desc = "eMMC"; > dc->realize = emmc_realize; > device_class_set_props(dc, emmc_properties); > - /* Reason: Soldered on board */ > - dc->user_creatable = false; > > sc->proto = &sd_proto_emmc; > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
