On 10/27/2015 12:02 AM, Peter Crosthwaite wrote: > This patch series adds bare-minimum Allwinner SATA support. > > P1 is a trivial to help debug AHCI. > > Changed since RFC: > Addressed Beniamino review. > Rebased to avoid bad deps (John Snow review) > > Regards, > Peter > > > Peter Crosthwaite (4): > ahci: Add some MMIO debug printfs > ahci: split realize and init > ahci: Add allwinner AHCI > arm: allwinner-a10: Add SATA > > hw/arm/allwinner-a10.c | 11 +++ > hw/ide/ahci.c | 152 > +++++++++++++++++++++++++++++++++++------ > hw/ide/ahci.h | 19 +++++- > hw/ide/ich.c | 10 ++- > include/hw/arm/allwinner-a10.h | 4 ++ > include/qemu/typedefs.h | 1 + > 6 files changed, 176 insertions(+), 21 deletions(-) >
Benefit of the doubt on the Allwinner-specific registers: Reviewed-by: John Snow <js...@redhat.com> Will stage for 2.5 later. Thanks, --js