From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=39507 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px0Ga-0004UW-N8 for qemu-devel@nongnu.org; Tue, 08 Mar 2011 12:00:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px0GV-0003XV-Os for qemu-devel@nongnu.org; Tue, 08 Mar 2011 12:00:11 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:50503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px0GV-0003X9-DW for qemu-devel@nongnu.org; Tue, 08 Mar 2011 12:00:07 -0500 Received: by iwl42 with SMTP id 42so6121371iwl.4 for ; Tue, 08 Mar 2011 09:00:06 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 8 Mar 2011 09:00:05 -0800 Message-ID: Subject: Re: [Qemu-devel] OVMF Google Summer of Code ideas From: Jordan Justen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Gleb Natapov , Kevin O'Connor , qemu-devel , Michal Suchanek , Avi Kivity On Mon, Mar 7, 2011 at 23:18, Stefan Hajnoczi wrote: > On Tue, Mar 8, 2011 at 12:54 AM, Jordan Justen wrote= : >> The biggest issue that you guys care about for OVMF is a lack of >> legacy bios compatibility (CSM). =A0There has been no progress in this >> area. =A0(However, it has now been suggested by someone on our dev list >> for a potential Google Summer of Code project. =A0We will have to see if >> anything comes of this...) > > That would be cool. =A0Is there a way to just embed SeaBIOS? =A0Or do the > UEFI APIs still need to be around when CSM kicks in? Yes, the UEFI system is still in place. The UEFI part still handles the majority of platform init, and calls into the CSM at various points. The CSM returns back to UEFI for all CSM calls, except the legacy boot. -Jordan