From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41993 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q12Av-0000M8-4U for qemu-devel@nongnu.org; Sat, 19 Mar 2011 15:51:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q12Ak-0000V8-CB for qemu-devel@nongnu.org; Sat, 19 Mar 2011 15:50:51 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:55886) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q12Ak-0000V4-7F for qemu-devel@nongnu.org; Sat, 19 Mar 2011 15:50:50 -0400 Received: by gyf1 with SMTP id 1so2375897gyf.4 for ; Sat, 19 Mar 2011 12:50:48 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 19 Mar 2011 12:50:48 -0700 Message-ID: Subject: Re: [Qemu-devel] Does any version of QEMU support EFI? 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: Bei Guan Cc: Stefan Hajnoczi , QEMU Developers On Sat, Mar 19, 2011 at 08:36, Bei Guan wrote: > Does QEMU have the plan to ship with EFI firmware? Hi. I work on the OVMF project which Stefan mentioned. I definitely can't speak for the qemu/kvm project, but I'll give my impressions from my OVMF perspective. I think qemu/kvm has some interest in supporting UEFI, but they are (understandably) concerned about losing legacy bios compatibility. Additionally, they do not want the user to have to choose between a legacy boot rom and a UEFI boot rom before starting the VM. > Xen community will probably=A0have a project for GSoC2011 to write an EFI > firmware for Xen VMs. And the EFI firmware need to be acceptable to QEMU > code, which is in the Xen source code. This project is=A0"EFI in HVM gues= ts + > Xen on EFI Hardware"=A0at=A0http://wiki.xen.org/xenwiki/GSoC_2011_ideas > So, does QEMU have any design for the EFI firmware? Is there any advice t= o > this Xen project? We would also like to support Xen in our OVMF project. (EFI in HVM guests) So, if this project is interested in leveraging our OVMF project, then we could try to help support this task. Thanks, -Jordan