From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35842 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmOlO-0000rC-57 for qemu-devel@nongnu.org; Mon, 07 Feb 2011 05:56:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmOlL-0002qb-UO for qemu-devel@nongnu.org; Mon, 07 Feb 2011 05:56:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60318) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmOlL-0002pm-L3 for qemu-devel@nongnu.org; Mon, 07 Feb 2011 05:56:07 -0500 Message-ID: <4D4FCFFA.3040505@redhat.com> Date: Mon, 07 Feb 2011 11:56:58 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296571892-12702-1-git-send-email-agraf@suse.de> In-Reply-To: <1296571892-12702-1-git-send-email-agraf@suse.de> 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: Alexander Graf Cc: Joerg Roedel , qemu-devel Developers , Sebastian Herbszt 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. Kevin