Himanshu Raj
2006-Apr-15 16:17 UTC
[Xen-devel] [PATCH][VT][RESEND] Patch to remove ignored setting in VMCS for VMX domains
This patch removes the ignored "Unconditional I/O exiting" setting in VMCS for the vmx guest since "Use I/O bitmaps" setting is being used. Signed-off by Himanshu Raj (rhim@cc.gatech.edu) diff -r 19c55935580f xen/include/asm-x86/hvm/vmx/vmx.h --- a/xen/include/asm-x86/hvm/vmx/vmx.h Wed Apr 12 17:53:38 2006 +++ b/xen/include/asm-x86/hvm/vmx/vmx.h Thu Apr 13 02:31:25 2006 @@ -61,8 +61,7 @@ CPU_BASED_MWAIT_EXITING | \ CPU_BASED_MOV_DR_EXITING | \ CPU_BASED_ACTIVATE_IO_BITMAP | \ - CPU_BASED_USE_TSC_OFFSETING | \ - CPU_BASED_UNCOND_IO_EXITING \ + CPU_BASED_USE_TSC_OFFSETING \ ) #define MONITOR_CPU_BASED_EXEC_CONTROLS_IA32E_MODE \ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- [PATCH] nested vmx: nested TPR shadow/threshold emulation
- Patch to remove ignored setting in VMCS for VMX domains ....
- [patch] Use per-cpu vmcs pointer to avoid uncecessary vmcs loading
- [PATCH] Split VMCS initialization function
- [PATCH] vmwrite high 32 bits of 64bit VMCS fields when in PAE mode