summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/vmx.h
diff options
context:
space:
mode:
authorPaolo Bonzini2016-10-25 16:06:30 +0200
committerPaolo Bonzini2016-11-02 21:32:17 +0100
commit1b07304c587d4fe572ea50bdefaa6047dc9a6d1a (patch)
tree4112c73f6074a428bd78658dac2d9ad9d7ed1460 /arch/x86/include/asm/vmx.h
parentKVM: x86: use ktime_get instead of seeking the hrtimer_clock_base (diff)
downloadkernel-qcow2-linux-1b07304c587d4fe572ea50bdefaa6047dc9a6d1a.tar.gz
kernel-qcow2-linux-1b07304c587d4fe572ea50bdefaa6047dc9a6d1a.tar.xz
kernel-qcow2-linux-1b07304c587d4fe572ea50bdefaa6047dc9a6d1a.zip
KVM: nVMX: support descriptor table exits
These are never used by the host, but they can still be reflected to the guest. Tested-by: Ladi Prosek <lprosek@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/vmx.h')
-rw-r--r--arch/x86/include/asm/vmx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/vmx.h b/arch/x86/include/asm/vmx.h
index a002b07a7099..5ef9848f743f 100644
--- a/arch/x86/include/asm/vmx.h
+++ b/arch/x86/include/asm/vmx.h
@@ -60,6 +60,7 @@
*/
#define SECONDARY_EXEC_VIRTUALIZE_APIC_ACCESSES 0x00000001
#define SECONDARY_EXEC_ENABLE_EPT 0x00000002
+#define SECONDARY_EXEC_DESC 0x00000004
#define SECONDARY_EXEC_RDTSCP 0x00000008
#define SECONDARY_EXEC_VIRTUALIZE_X2APIC_MODE 0x00000010
#define SECONDARY_EXEC_ENABLE_VPID 0x00000020