aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_emulate.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-rw-r--r--arch/x86/include/asm/kvm_emulate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/kvm_emulate.h b/arch/x86/include/asm/kvm_emulate.h
index 127ea3e1717..28114f581fa 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -304,6 +304,7 @@ struct x86_emulate_ctxt {
304 X86EMUL_MODE_PROT64) 304 X86EMUL_MODE_PROT64)
305 305
306enum x86_intercept_stage { 306enum x86_intercept_stage {
307 X86_ICTP_NONE = 0, /* Allow zero-init to not match anything */
307 X86_ICPT_PRE_EXCEPT, 308 X86_ICPT_PRE_EXCEPT,
308 X86_ICPT_POST_EXCEPT, 309 X86_ICPT_POST_EXCEPT,
309 X86_ICPT_POST_MEMACCESS, 310 X86_ICPT_POST_MEMACCESS,