From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsHPb-0000aD-Cc for qemu-devel@nongnu.org; Fri, 30 Oct 2015 17:40:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsHPW-0002oO-Ex for qemu-devel@nongnu.org; Fri, 30 Oct 2015 17:40:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsHPW-0002oF-AK for qemu-devel@nongnu.org; Fri, 30 Oct 2015 17:40:34 -0400 References: <5633E27F.90703@redhat.com> From: John Snow Message-ID: <5633E3D0.8070107@redhat.com> Date: Fri, 30 Oct 2015 17:40:32 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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 Maydell Cc: Beniamino Galvani , Peter Crosthwaite , QEMU Developers , Peter Crosthwaite On 10/30/2015 05:37 PM, Peter Maydell wrote: > On 30 October 2015 at 21:34, John Snow wrote: >> >> >> On 10/30/2015 05:33 PM, Peter Crosthwaite wrote: >>> On Fri, Oct 30, 2015 at 2:28 PM, Peter Maydell wrote: >>>> On 27 October 2015 at 04:02, Peter Crosthwaite >>>> wrote: >>>>> Peter Crosthwaite (4): >>>>> ahci: Add some MMIO debug printfs >>>>> ahci: split realize and init >>>>> ahci: Add allwinner AHCI >>>>> arm: allwinner-a10: Add SATA >>>> >>>> Are you hoping for this to go in for 2.5? I think the RFC >>>> made it onto the list before softfreeze... >>>> >>> >>> Yes, Is John Snow doing another round before HF? > >> Yes, I intend to help you with this for 2.5. > > Given the diffstat, are you planning to take this through > the IDE tree? I'm happy for you to do that, I can just take > this off my to-review list then :-) > > thanks > -- PMM > If nobody has objections, I assumed that would be the natural destination for the series. You might still want to take a peek to make sure the overall qdev plumbing makes sense, but I can still take it through my tree if it passes the sniff test for you. --js