Re: [Qemu-devel] [PATCH v2 02/10] hw/sd/sd.c: QOMify

2016-02-08 Thread Alistair Francis
On Fri, Jan 22, 2016 at 8:16 AM, Peter Maydell wrote: > Turn the SD card into a QOM device. > This conversion only changes the device itself; the various > functions which are effectively methods on the device are not > touched at this point. > > Signed-off-by: Peter Maydell > Reviewed-by: Peter

[Qemu-devel] [PATCH v2 02/10] hw/sd/sd.c: QOMify

2016-01-22 Thread Peter Maydell
Turn the SD card into a QOM device. This conversion only changes the device itself; the various functions which are effectively methods on the device are not touched at this point. Signed-off-by: Peter Maydell Reviewed-by: Peter Crosthwaite --- hw/sd/sd.c | 99 ++