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(-) >
I patched up some minor context on 3/4. Thanks, applied to my IDE tree: https://github.com/jnsnow/qemu/commits/ide https://github.com/jnsnow/qemu.git --js