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

2015-12-20 Thread Peter Crosthwaite
On Sun, Dec 20, 2015 at 9:07 AM, Peter Maydell wrote: > On 19 December 2015 at 21:36, Peter Crosthwaite > wrote: >> On Fri, Dec 11, 2015 at 04:37:03PM +, Peter Maydell wrote: >>> Turn the SD card into a QOM device. >>> This conversion

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

2015-12-20 Thread Peter Maydell
On 19 December 2015 at 21:36, Peter Crosthwaite wrote: > On Fri, Dec 11, 2015 at 04:37:03PM +, 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

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

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:03PM +, 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

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

2015-12-17 Thread Peter Maydell
On 17 December 2015 at 21:45, Alistair Francis wrote: > On Fri, Dec 11, 2015 at 8:37 AM, Peter Maydell > wrote: >> Turn the SD card into a QOM device. >> This conversion only changes the device itself; the various >> functions which are

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

2015-12-17 Thread Alistair Francis
On Fri, Dec 11, 2015 at 8:37 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

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

2015-12-17 Thread Alistair Francis
On Thu, Dec 17, 2015 at 2:11 PM, Peter Maydell wrote: > On 17 December 2015 at 21:45, Alistair Francis > wrote: >> On Fri, Dec 11, 2015 at 8:37 AM, Peter Maydell >> wrote: >>> Turn the SD card into a QOM device.

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

2015-12-11 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 --- hw/sd/sd.c | 99