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 in guests

To: "Ky Srinivasan" <ksrinivasan@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-devel] PSE in guests
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Wed, 23 Feb 2005 08:12:05 -0000
Cc: <ian.pratt@xxxxxxxxxxxx>
Delivery-date: Wed, 23 Feb 2005 08:13:15 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
Thread-index: AcUZRPBjv1XaWrhkSI2kDG1Umcm+FwAOVKOg
Thread-topic: [Xen-devel] PSE in guests
 

> Looking at   the 2.0 code, it looks like the guest OSs are made to
> believe that PSE is not available. Is this a design choice? 
> Has any work been done on supporting 4M pages in guest kernels?

We did some experiments using 4M pages to map the kernel, but didn't get
any speedup as recorded by lmbench.

We'd like to get hugetlbfs working so that databases can use it at some
point, but it's a bit subtle: Xen uses linear (recursive) pagetables
internally for performance reasons, and the dumb x86 page table format
means that its not possible to cause a fault to occur if an attempt is
made to use a super page entry in the PGD as a PTE (as a result of the
recursive map).  We'll need to add secondary checks :-(

Ian


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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