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] Adding 64-bit support to VMCS handling

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Adding 64-bit support to VMCS handling
From: "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Date: Mon, 4 Jul 2005 00:19:39 -0700
Delivery-date: Mon, 04 Jul 2005 07:18:31 +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: AcWAaL2gacv8cfaoRSOzYogKeeAn+g==
Thread-topic: [PATCH] Adding 64-bit support to VMCS handling
The patch extends the VMCS handling to support both 32-bit and 64-bit
guests. Please apply. It also includes cleanups.

 arch/x86/vmx_platform.c         |   12 ++++++----
 arch/x86/vmx_vmcs.c             |   45
++++++++++++++++++++++++++++++++++------
 include/asm-x86/vmx_intercept.h |    2 -
 3 files changed, 47 insertions(+), 12 deletions(-)

Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>
Signed-off-by: Chengyuan Li <chengyuan.li@xxxxxxxxx>
Signed-off-by: Yunhong Jiang <yunhong.jiang@xxxxxxxxx>

Jun
---
Intel Open Source Technology Center 

Attachment: vmcs_64.patch
Description: vmcs_64.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] Adding 64-bit support to VMCS handling, Nakajima, Jun <=