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] Make use of VMX_INSTRUCTION_INFO field to obtain the

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [Patch] Make use of VMX_INSTRUCTION_INFO field to obtain the segment register of OUTS
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Tue, 26 Jun 2007 15:30:56 +0800
Delivery-date: Tue, 26 Jun 2007 00:29:04 -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: Ace3w+1k5uyG3JLLRnebaUpU418qhA==
Thread-topic: [Xen-devel] [Patch] Make use of VMX_INSTRUCTION_INFO field to obtain the segment register of OUTS
For VM exits due to INS or OUTS, VMX_INSTRUCTION_INFO field will receive
information about the instruction that caused the VM exit in new VMX
CPUs. The attached patch makes use of VMX_INSTRUCTION_INFO field to
obtain the segment register of OUTS. This is faster than decoding
guest's instructions.

Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>

Attachment: vmx_string_pio.patch
Description: vmx_string_pio.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] Make use of VMX_INSTRUCTION_INFO field to obtain the segment register of OUTS, Han, Weidong <=