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] PSE support in VT guests

To: "Keir Fraser" <Keir.Fraser@xxxxxxxxxxxx>, "Stephen Goglin" <sdgoglin@xxxxxxxxx>
Subject: RE: [Xen-devel] PSE support in VT guests
From: "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Date: Fri, 13 Jan 2006 12:00:03 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Fri, 13 Jan 2006 20:06:59 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcYYeZ+jOKuJKRzqQ1KRhktGdurTjgAAMKmQ
Thread-topic: [Xen-devel] PSE support in VT guests
Keir Fraser wrote:
> On 13 Jan 2006, at 19:26, Stephen Goglin wrote:
> 
>> As far as I can tell, Xen's approach to PSE support in VT guests is
>> it just doesn't expose the feature.  Is there any plan on adding
>> support for it?  Or is it already there and I am just missing
>> something? 
> 
> I think it's there already. After all, 64-bit OSes know the CPU will
> always support PSE.
> 
>   -- Keir
> 

That's correct. For 32-bit guests, we simply disable PSE at the CPUID
instruction. It's possible to turn it on (by extending the PSE
supporting code for 64-bit), but the current implementation of 2MB page
support is to fracture it into 4KB pages in the shadow page table, as we
don't have a generic 2MB page allocator in Xen (yet?). So in terms of
performance, we don't gain anything even if we enable PSE for 32-bit
guests.

Jun
---
Intel Open Source Technology Center

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

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