From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44734 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnYOX-0007UX-Lc for qemu-devel@nongnu.org; Thu, 10 Feb 2011 10:25:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnYOP-0007nk-RS for qemu-devel@nongnu.org; Thu, 10 Feb 2011 10:25:14 -0500 Received: from cantor2.suse.de ([195.135.220.15]:45869 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnYOP-0007nV-Jv for qemu-devel@nongnu.org; Thu, 10 Feb 2011 10:25:13 -0500 Message-ID: <4D540357.70504@suse.de> Date: Thu, 10 Feb 2011 16:25:11 +0100 From: Alexander Graf MIME-Version: 1.0 References: <20110210151534.GA7881@morn.localdomain> In-Reply-To: <20110210151534.GA7881@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: AHCI in SeaBIOS List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Gerd Hoffmann , qemu-devel List Kevin O'Connor wrote: > On Tue, Feb 08, 2011 at 12:57:41AM +0100, Alexander Graf wrote: > >> Hi Kevin, >> >> Do you remember why you put AHCI in with default=n? I'd like to see >> it enabled in Qemu 0.14 and IIUC we use the default configuration >> for that. >> > > Hi Alex, > > Sorry - I've gotten behind on emails. > > The reason for not enabling it by default was for two reasons - it had > not been tested on real hardware, and it was unclear if doing the jump > into 32bit mode would have adverse impact. > Do you have to do the jump even when AHCI is unused? If no, it shouldn't hurt, right? Anthony, can we enable it only for the Qemu build? >> Speaking of which - it would be awesome of we had a companion >> SeaBIOS release with Qemu 0.14, so we don't have to fetch a random >> git snapshot but potentially even could maintain a stable SeaBIOS >> for during the lifetime of 0.14 :). >> > > It's about time to make a new release of seabios, so I'll see if that > can be done in a week or so. > Very nice, thank you! It would be great if we could sync that up with the 0.14 release. Anthony? Alex