From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtLCd-0003d0-LS for qemu-devel@nongnu.org; Mon, 02 Nov 2015 14:55:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtLCa-0004XM-6v for qemu-devel@nongnu.org; Mon, 02 Nov 2015 14:55:39 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtLCa-0004XH-17 for qemu-devel@nongnu.org; Mon, 02 Nov 2015 14:55:36 -0500 References: From: John Snow Message-ID: <5637BFB6.2050707@redhat.com> Date: Mon, 2 Nov 2015 14:55:34 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 0/4] AHCI patches + Allwinner SATA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: b.galvani@gmail.com, Peter Crosthwaite 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