Re: [Qemu-devel] [RFC 4/4] arm: allwinner-a10: Add SATA

2015-10-12 Thread Peter Crosthwaite
On Mon, Oct 12, 2015 at 3:32 PM, John Snow wrote: > > > On 10/11/2015 12:21 PM, Peter Crosthwaite wrote: >> Add the Allwinner A10 AHCI controller module to the SoC. >> >> Signed-off-by: Peter Crosthwaite >> --- >> hw/arm/allwinner-a10.c | 11 +++ >> include/hw/arm/allwinner-a10.h

Re: [Qemu-devel] [RFC 4/4] arm: allwinner-a10: Add SATA

2015-10-12 Thread John Snow
On 10/11/2015 12:21 PM, Peter Crosthwaite wrote: > Add the Allwinner A10 AHCI controller module to the SoC. > > Signed-off-by: Peter Crosthwaite > --- > hw/arm/allwinner-a10.c | 11 +++ > include/hw/arm/allwinner-a10.h | 5 + > 2 files changed, 16 insertions(+) > > diff -

[Qemu-devel] [RFC 4/4] arm: allwinner-a10: Add SATA

2015-10-11 Thread Peter Crosthwaite
Add the Allwinner A10 AHCI controller module to the SoC. Signed-off-by: Peter Crosthwaite --- hw/arm/allwinner-a10.c | 11 +++ include/hw/arm/allwinner-a10.h | 5 + 2 files changed, 16 insertions(+) diff --git a/hw/arm/allwinner-a10.c b/hw/arm/allwinner-a10.c index 56e924d.