Re: [Qemu-devel] [PATCH v2 04/10] hw/sd: Add QOM bus which SD cards plug in to

2016-02-08 Thread Alistair Francis
On Mon, Feb 8, 2016 at 3:37 PM, Peter Maydell wrote: > On 8 February 2016 at 23:24, Alistair Francis > wrote: >> This patch doesn't compile and neither does anything after this. I get >> the following errors: >> >> In file included from hw/sd/sd.c:35:0: >> /work/alistai/master-qemu/include/hw/sd/

Re: [Qemu-devel] [PATCH v2 04/10] hw/sd: Add QOM bus which SD cards plug in to

2016-02-08 Thread Peter Maydell
On 8 February 2016 at 23:24, Alistair Francis wrote: > This patch doesn't compile and neither does anything after this. I get > the following errors: > > In file included from hw/sd/sd.c:35:0: > /work/alistai/master-qemu/include/hw/sd/sd.h:81:5: error: unknown type > name ‘DeviceClass’ > Devi

Re: [Qemu-devel] [PATCH v2 04/10] hw/sd: Add QOM bus which SD cards plug in to

2016-02-08 Thread Alistair Francis
On Fri, Jan 22, 2016 at 8:16 AM, Peter Maydell wrote: > Add a QOM bus for SD cards to plug in to. > > Note that since sd_enable() is used only by one board and there > only as part of a broken implementation, we do not provide it in > the SDBus API (but instead add a warning comment about the old

[Qemu-devel] [PATCH v2 04/10] hw/sd: Add QOM bus which SD cards plug in to

2016-01-22 Thread Peter Maydell
Add a QOM bus for SD cards to plug in to. Note that since sd_enable() is used only by one board and there only as part of a broken implementation, we do not provide it in the SDBus API (but instead add a warning comment about the old function). Whoever converts OMAP and the nseries boards to QOM w