From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37614 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmPco-0000p9-EX for qemu-devel@nongnu.org; Mon, 07 Feb 2011 06:51:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmPcn-00076Z-4N for qemu-devel@nongnu.org; Mon, 07 Feb 2011 06:51:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmPcm-00076H-OC for qemu-devel@nongnu.org; Mon, 07 Feb 2011 06:51:21 -0500 Message-ID: <4D4FDCE7.7070100@redhat.com> Date: Mon, 07 Feb 2011 12:52:07 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296571892-12702-1-git-send-email-agraf@suse.de> <4D4FCFFA.3040505@redhat.com> <4D4FDB24.9060504@siemens.com> In-Reply-To: <4D4FDB24.9060504@siemens.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/7] Some more AHCI work v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Joerg Roedel , Sebastian Herbszt , Alexander Graf , qemu-devel Developers Am 07.02.2011 12:44, schrieb Jan Kiszka: > On 2011-02-07 11:56, Kevin Wolf wrote: >> Am 01.02.2011 15:51, schrieb Alexander Graf: >>> Clearly, AHCI as is is not perfect yet (intentionally, release early, >>> release often, remember?). This patch set makes it work with SeaBIOS >>> so booting Windows 7 works flawlessly for me. it also adds some speedups >>> and fixes a level based interrupts, rendering ahci useful on PPC targets. >>> >>> In preparation of potential non-ich9 implementations, this set also >>> splits ahci code from concrete ich9 specific code. That way we can >>> later on create other AHCI adapters while reusing a lot of code. >>> >>> Git tree (including BIOS patch to enable booting from AHCI): >>> >>> git://repo.or.cz/qemu/ahci.git ahci >> >> Thanks, applied all to the block branch. > > Please drop patch 7, 0280b571c1 obsoleted that workaround. Oh, it's already in? Thanks for catching this, I'll drop patch 7. Kevin