From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsIMf-0007Sq-5F for qemu-devel@nongnu.org; Fri, 30 Oct 2015 18:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsIMa-0000F4-5n for qemu-devel@nongnu.org; Fri, 30 Oct 2015 18:41:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsIMZ-0000Ex-WD for qemu-devel@nongnu.org; Fri, 30 Oct 2015 18:41:36 -0400 References: From: John Snow Message-ID: <5633F21E.8070006@redhat.com> Date: Fri, 30 Oct 2015 18:41:34 -0400 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(-) > Benefit of the doubt on the Allwinner-specific registers: Reviewed-by: John Snow Will stage for 2.5 later. Thanks, --js