Re: [Qemu-devel] [PATCH 08/10] hw/sd/pxa2xx_mmci: Update to use new SDBus APIs

2015-12-20 Thread Peter Maydell
On 19 December 2015 at 21:42, Peter Crosthwaite wrote: > On Fri, Dec 11, 2015 at 04:37:09PM +, Peter Maydell wrote: >> Now the PXA2xx MMCI device is QOMified itself, we can >> update it to use the SDBus APIs to talk to the SD card. >> void pxa2xx_mmci_handlers(PXA2xxMMCIState *s, qemu_irq re

Re: [Qemu-devel] [PATCH 08/10] hw/sd/pxa2xx_mmci: Update to use new SDBus APIs

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:09PM +, Peter Maydell wrote: > Now the PXA2xx MMCI device is QOMified itself, we can > update it to use the SDBus APIs to talk to the SD card. > > Signed-off-by: Peter Maydell > --- > hw/sd/pxa2xx_mmci.c | 80 > +++---

[Qemu-devel] [PATCH 08/10] hw/sd/pxa2xx_mmci: Update to use new SDBus APIs

2015-12-11 Thread Peter Maydell
Now the PXA2xx MMCI device is QOMified itself, we can update it to use the SDBus APIs to talk to the SD card. Signed-off-by: Peter Maydell --- hw/sd/pxa2xx_mmci.c | 80 +++-- 1 file changed, 66 insertions(+), 14 deletions(-) diff --git a/hw/sd/pxa