From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqjek-0005Rj-Nd for qemu-devel@nongnu.org; Mon, 26 Oct 2015 11:25:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zqjeh-0000ic-JQ for qemu-devel@nongnu.org; Mon, 26 Oct 2015 11:25:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqjeh-0000hx-5Q for qemu-devel@nongnu.org; Mon, 26 Oct 2015 11:25:51 -0400 References: From: John Snow Message-ID: <562E45FD.3040001@redhat.com> Date: Mon, 26 Oct 2015 11:25:49 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 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/11/2015 12:21 PM, Peter Crosthwaite wrote: > Hi John and Beniamino, > > This patch series adds bear-minimum Allwinner SATA support. > > P1 is a trivial to help debug AHCI. > > 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 | 155 ++++++++++++++++++++++++++++++++++++----- > hw/ide/ahci.h | 19 ++++- > hw/ide/ich.c | 10 ++- > include/hw/arm/allwinner-a10.h | 5 ++ > 5 files changed, 179 insertions(+), 21 deletions(-) > Will you be sending the V2 that applies to current master, or do you intend to try to get this in for 2.5?