Re: [PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API

2025-01-31 Thread Peter Maydell
On Thu, 30 Jan 2025 at 22:26, Philippe Mathieu-Daudé wrote: > > On 28/1/25 11:45, Peter Maydell wrote: > > Convert the OMAP MMC controller to the new SDBus API: > > * the controller creates an SDBus bus > > * instead of sd_foo functions on the SDState object, call > > sdbus_foo functions o

Re: [PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API

2025-01-30 Thread Philippe Mathieu-Daudé
On 28/1/25 11:45, Peter Maydell wrote: Convert the OMAP MMC controller to the new SDBus API: * the controller creates an SDBus bus * instead of sd_foo functions on the SDState object, call sdbus_foo functions on the SDBus * the board code creates a proper TYPE_SD_CARD object and attache

[PATCH 04/11] hw/sd/omap_mmc: Convert to SDBus API

2025-01-28 Thread Peter Maydell
Convert the OMAP MMC controller to the new SDBus API: * the controller creates an SDBus bus * instead of sd_foo functions on the SDState object, call sdbus_foo functions on the SDBus * the board code creates a proper TYPE_SD_CARD object and attaches it to the controller's SDBus, instead of