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-users

RE: [Xen-users] 32bit domU in 64 bit dom0

To: "Mark Williamson" <mark.williamson@xxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] 32bit domU in 64 bit dom0
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 10 May 2007 11:43:15 +0200
Cc: Omer Khalid <Omer.Khalid@xxxxxxx>
Delivery-date: Thu, 10 May 2007 02:41:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200705101038.00011.mark.williamson@xxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AceS5vG3kidnQbYbTGGNp4LOzre24QAACEGA
Thread-topic: [Xen-users] 32bit domU in 64 bit dom0
Mark Williamson wrote:
> [*] I think it's a shame we don't support 32-bit non-PAE 
> guests on 64-bit Xen.  
> I'm told most of the machinery should be there already.  As 
> far as I'm aware, 
> only the Linux port supports PAE, although I may be behind on this 
> information.

The main reason for this is that the 64-bit hypervisor uses 4-level
pagetables, and 32-bit PAE uses 3-level page-tables. Both 4- and 3-level
page-tables use 64-bit entries in the table. However, 32-bit non-PAE
uses 32-bit page-table entries. I don't think it's quite so easy to
switch to 32-bit non-PAE page-tables when running a 64-bit hypervisor -
it's probably POSSIBLE, but it makes life a lot harder.  Since we're
talking about PV-guests in the first place, it's not too much to ask
that the guest is compiled for PAE mode rather than non-PAE - it would
be different if it was HVM guest that don't necessarily have easy access
to source-code... 

--
Mats



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

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