aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/vmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index d0f4bec9fc62..13e0296cea46 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -1990,7 +1990,7 @@ static __init void nested_vmx_setup_ctls_msrs(void)
1990#endif 1990#endif
1991 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING | 1991 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING |
1992 CPU_BASED_USE_IO_BITMAPS | CPU_BASED_MONITOR_EXITING | 1992 CPU_BASED_USE_IO_BITMAPS | CPU_BASED_MONITOR_EXITING |
1993 CPU_BASED_RDPMC_EXITING | 1993 CPU_BASED_RDPMC_EXITING | CPU_BASED_RDTSC_EXITING |
1994 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS; 1994 CPU_BASED_ACTIVATE_SECONDARY_CONTROLS;
1995 /* 1995 /*
1996 * We can allow some features even when not supported by the 1996 * We can allow some features even when not supported by the