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

2016-02-17 Thread Alistair Francis
On Tue, Feb 16, 2016 at 10:09 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 v3 02/10] hw/sd/sd.c: QOMify

2016-02-16 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 ++