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] Enable VPID (Virtual Processor Identification)

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel][PATCH] Enable VPID (Virtual Processor Identification)
From: "Xin, Xiaohui" <xiaohui.xin@xxxxxxxxx>
Date: Tue, 11 Mar 2008 17:17:13 +0800
Cc: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
Delivery-date: Tue, 11 Mar 2008 02:19:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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: AciDWLE8U3WDTRjrR3ec6Fg9dkJIKQ==
Thread-topic: [Xen-devel][PATCH] Enable VPID (Virtual Processor Identification)

The vpid.patch attached enables the VPID feature. When present, it allows TLB

entries to be retained across VM entry and VM exit, and Xen can now

identify distinct address spaces through a new virtual-processor ID

(VPID) field of the VMCS.

The patch should be applied after ept.patch.

 

arch/x86/hvm/vmx/vmcs.c        |   17 ++++++++

 arch/x86/hvm/vmx/vmx.c         |   82 +++++++++++++++++++++++++++++++++++++++--

 include/asm-x86/hvm/domain.h   |    1

 include/asm-x86/hvm/vmx/vmcs.h |    8 ++++

 include/asm-x86/hvm/vmx/vmx.h  |   34 +++++++++++++++++

 5 files changed, 138 insertions(+), 4 deletions(-)

 

Signed-off-by: Xin Li xin.b.li@xxxxxxxxx

Signed-off-by: Jun Nakajima jun.nakajima@xxxxxxxxx

Signed-off-by: Xiaohui Xin <Xiaohui.xin@xxxxxxxxx>

 

Attachment: vpid.patch
Description: vpid.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] Enable VPID (Virtual Processor Identification), Xin, Xiaohui <=