On 1/28/25 02:45, Peter Maydell wrote:
Our style for other conversions of OMAP devices to qdev has been to inline the creation and wiring into omap310_mpu_init() -- see for instance the handling of omap-intc, omap-gpio and omap_i2c. Do the same for omap-mmc.Signed-off-by: Peter Maydell<[email protected]> --- hw/arm/omap1.c | 15 +++++++++++---- hw/sd/omap_mmc.c | 22 ---------------------- 2 files changed, 11 insertions(+), 26 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
