WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH 2 of 3] Enable UEFI BIOS(OVMF) support in Xen-uns

To: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>, Bei Guan <gbtju85@xxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH 2 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
From: Keir Fraser <keir@xxxxxxx>
Date: Tue, 09 Aug 2011 15:47:37 +0100
Cc: Xen Devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>, "edk2-devel@xxxxxxxxxxxxxxxxxxxxx" <edk2-devel@xxxxxxxxxxxxxxxxxxxxx>, Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>, Andrei Warkentin <andreiw@xxxxxxxxxxxx>, Keir Fraser <keir.xen@xxxxxxxxx>, Jordan Justen <jljusten@xxxxxxxxx>
Delivery-date: Tue, 09 Aug 2011 07:48:29 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:user-agent:date:subject:from:to:cc:message-id:thread-topic :thread-index:in-reply-to:mime-version:content-type :content-transfer-encoding; bh=W2QdpphnKntOOsre7VXzKxlwmVuBHTQDNIUr3ET5YyI=; b=Igx37Xorr8sCqWxIOc2kTtFHPuKNV9EiweyxvmfVLDCJWB3VHVIupumw5e5eiSLE2Y OxKGhvg6xjlRCWs2kx17Rt52H8IFQefcdkslYhwQg0GW6BtyPo5uIMBV5t6AJb1rTL4x 5Hey4UFEyuoG77K59Wpt3uayUGczJR8DMAjBc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1312900756.26263.144.camel@xxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcxWo0e7B7Zm2bZk/EyuQJ9pumznwQ==
Thread-topic: [Xen-devel] [PATCH 2 of 3] Enable UEFI BIOS(OVMF) support in Xen-unstable HVM
User-agent: Microsoft-Entourage/12.30.0.110427
On 09/08/2011 15:39, "Ian Campbell" <Ian.Campbell@xxxxxxxxxxxxx> wrote:

>>> +    { "ovmf-ia32", &ovmf32_config, },
>>> +    { "ovmf-x64", &ovmf64_config, },
>>         
>>         
>>         I suppose these (asymmetric) names are OVMF-isms?
>> Yes, these two are the names of OVMF BIOS in platform IA32 and X64.
> 
> Ick, but oh well...
> 
> Is there any reason to prefer one to the other? How do I choose which
> one I want? Can it be autodetected?

I suspect ovmf-x64 is a superset of the capabilities of ovmf-ia32 (e.g.,
ability to boot UEFI-bootable 64-bit OSes?). If so, we should only support
one config option -- "ovmf" -- and have hvmloader auto-load the appropriate
OVMF build, based on CPUID.long_mode.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>