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

[Xen-devel] [PATCH] VMX support for PAE Xen

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] VMX support for PAE Xen
From: "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Date: Mon, 6 Feb 2006 01:45:52 -0800
Delivery-date: Mon, 06 Feb 2006 09:56:43 +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: AcYrAh41pIRci+TnSLCn/gMEp2K/GA==
Thread-topic: [PATCH] VMX support for PAE Xen
The patch now allows x86_32 PAE Xen to run VMX domains (2-level guest
page tables). To support >4GB machines, we use PAE mode for the shadow
page tables; the guests think they are using 2-level page tables. Please
apply.

Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
Signed-off-by: Xin B Li <xin.b.li@xxxxxxxxx>

 arch/x86/Makefile             |    2 
 arch/x86/hvm/vmx/vmcs.c       |   10 -
 arch/x86/hvm/vmx/vmx.c        |   12 -
 arch/x86/setup.c              |    2 
 arch/x86/shadow.c             |  324
+++++++++++++++++++++++++++---------------
 arch/x86/shadow_guest32.c     |    6 
 arch/x86/shadow_public.c      |  209 +++++++++++++++++----------
 include/asm-x86/config.h      |    1 
 include/asm-x86/hvm/vmx/vmx.h |    6 
 include/asm-x86/shadow_64.h   |   31 ++--
 10 files changed, 385 insertions(+), 218 deletions(-)

Jun
---
Intel Open Source Technology Center 

Attachment: hvm_pae.patch
Description: hvm_pae.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] VMX support for PAE Xen, Nakajima, Jun <=