Re: [Qemu-devel] [PATCH V2 06/10] hw/sd.c: convert to QOM object

2012-04-11 Thread Igor Mitsyanko
On 04/11/2012 04:17 PM, Andreas Färber wrote: Am 11.04.2012 13:14, schrieb Igor Mitsyanko: On 04/11/2012 02:26 PM, Peter Maydell wrote: On 5 April 2012 16:48, Igor Mitsyanko wrote: A straightforward conversion of SD card implementation to a proper QEMU object. Signed-off-by: Igor Mitsyan

Re: [Qemu-devel] [PATCH V2 06/10] hw/sd.c: convert to QOM object

2012-04-11 Thread Andreas Färber
Am 11.04.2012 13:14, schrieb Igor Mitsyanko: > > > On 04/11/2012 02:26 PM, Peter Maydell wrote: >> On 5 April 2012 16:48, Igor Mitsyanko wrote: >>> A straightforward conversion of SD card implementation to a proper >>> QEMU object. >>> >>> Signed-off-by: Igor Mitsyanko >>> --- >>> hw/milkymist

Re: [Qemu-devel] [PATCH V2 06/10] hw/sd.c: convert to QOM object

2012-04-11 Thread Igor Mitsyanko
On 04/11/2012 02:26 PM, Peter Maydell wrote: On 5 April 2012 16:48, Igor Mitsyanko wrote: A straightforward conversion of SD card implementation to a proper QEMU object. Signed-off-by: Igor Mitsyanko --- hw/milkymist-memcard.c | 24 ++-- hw/omap_mmc.c | 28

Re: [Qemu-devel] [PATCH V2 06/10] hw/sd.c: convert to QOM object

2012-04-11 Thread Peter Maydell
On 5 April 2012 16:48, Igor Mitsyanko wrote: > A straightforward conversion of SD card implementation to a proper QEMU > object. > > Signed-off-by: Igor Mitsyanko > --- >  hw/milkymist-memcard.c |   24 ++-- >  hw/omap_mmc.c          |   28 >  hw/p

[Qemu-devel] [PATCH V2 06/10] hw/sd.c: convert to QOM object

2012-04-05 Thread Igor Mitsyanko
A straightforward conversion of SD card implementation to a proper QEMU object. Signed-off-by: Igor Mitsyanko --- hw/milkymist-memcard.c | 24 ++-- hw/omap_mmc.c | 28 hw/pl181.c | 14 -- hw/pxa2xx_mmci.c