From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtT7M-0004mZ-CP for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:23:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtT7H-0004kD-Mi for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:23:15 -0400 Received: from [199.232.76.173] (port=40574 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtT7H-0004k3-Ef for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:23:11 -0400 Received: from mail-pz0-f188.google.com ([209.85.222.188]:65186) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtT7G-0002jg-QV for qemu-devel@nongnu.org; Thu, 01 Oct 2009 17:23:11 -0400 Received: by pzk26 with SMTP id 26so521254pzk.4 for ; Thu, 01 Oct 2009 14:23:09 -0700 (PDT) Message-ID: <4AC51DBA.7020609@codemonkey.ws> Date: Thu, 01 Oct 2009 16:23:06 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Release plan for 0.12.0 References: <4AC29E4D.80707@us.ibm.com> <4AC4A487.1050003@us.ibm.com> <2a50f7880910011410u6afbb658hf99839fdb3e7bab1@mail.gmail.com> In-Reply-To: <2a50f7880910011410u6afbb658hf99839fdb3e7bab1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jordan Justen Cc: Anthony Liguori , qemu-devel@nongnu.org Jordan Justen wrote: > On Thu, Oct 1, 2009 at 05:45, Anthony Liguori wrote: > >> Natalia Portillo wrote: >> >>> for target-i386 and target-x86_64: >>> >>> o EFI firmware emulation (as a machine or command line option) >>> o OS/2 1.x support >>> >> AFAIK, no one is actually working on these. EFI is also not terribly useful >> without a CSM and I suspect porting SeaBIOS to tiano core is going to be a >> big effort. >> > > Several Linux distributions are getting UEFI support ironed out now, > so UEFI can be used without a CSM. QEMU support for UEFI could > help the Linux distributions to enable UEFI support... > I see a CSM as a pre-requisite for merging a uefi rom. A user can already use a uefi rom by simply using the -bios parameter so there's nothing inhibiting testing. My concern about introducing a new machine type is that it would require duplicate testing and force the selection of uefi up through the management tool stack. OTH, uefi + a CSM based on SeaBIOS could be used as the default firmware. I don't think it's a reasonable target for 0.12 but I think if someone actively worked on it, it would be possible for future releases. Regards, Anthony Liguori