Re: [Qemu-devel] [PATCH 07/10] hw/sd/pxa2xx_mmci: convert to SysBusDevice object

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:08PM +, Peter Maydell wrote: > Convert the pxa2xx_mmci device to be a sysbus device. > > In this commit we only change the device itself, and leave > the interface to the SD card using the old non-SDBus APIs. > > Signed-off-by: Peter Maydell

[Qemu-devel] [PATCH 07/10] hw/sd/pxa2xx_mmci: convert to SysBusDevice object

2015-12-11 Thread Peter Maydell
Convert the pxa2xx_mmci device to be a sysbus device. In this commit we only change the device itself, and leave the interface to the SD card using the old non-SDBus APIs. Signed-off-by: Peter Maydell --- hw/sd/pxa2xx_mmci.c | 73