direct-io.hg
changeset 9650:c6557cad2670
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.list@nosuchaddr.com>
the vmx guest since "Use I/O bitmaps" setting is being used.
Signed-off-by: Himanshu Raj <rhim.list@nosuchaddr.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Apr 14 14:33:53 2006 +0100 (2006-04-14) |
parents | 0de9da4a9ecf |
children | 2ae003c45ffe |
files | xen/include/asm-x86/hvm/vmx/vmx.h |
line diff
1.1 --- a/xen/include/asm-x86/hvm/vmx/vmx.h Fri Apr 14 14:31:27 2006 +0100 1.2 +++ b/xen/include/asm-x86/hvm/vmx/vmx.h Fri Apr 14 14:33:53 2006 +0100 1.3 @@ -61,8 +61,7 @@ extern unsigned int cpu_rev; 1.4 CPU_BASED_MWAIT_EXITING | \ 1.5 CPU_BASED_MOV_DR_EXITING | \ 1.6 CPU_BASED_ACTIVATE_IO_BITMAP | \ 1.7 - CPU_BASED_USE_TSC_OFFSETING | \ 1.8 - CPU_BASED_UNCOND_IO_EXITING \ 1.9 + CPU_BASED_USE_TSC_OFFSETING \ 1.10 ) 1.11 1.12 #define MONITOR_CPU_BASED_EXEC_CONTROLS_IA32E_MODE \