aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include')
-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 470ac54ca38..1dbd0c736cd 100644
--- a/arch/x86/include/asm/kvm_emulate.h
+++ b/arch/x86/include/asm/kvm_emulate.h
@@ -331,6 +331,7 @@ int x86_decode_insn(struct x86_emulate_ctxt *ctxt, void *insn, int insn_len);
331#define EMULATION_FAILED -1 331#define EMULATION_FAILED -1
332#define EMULATION_OK 0 332#define EMULATION_OK 0
333#define EMULATION_RESTART 1 333#define EMULATION_RESTART 1
334#define EMULATION_INTERCEPTED 2
334int x86_emulate_insn(struct x86_emulate_ctxt *ctxt); 335int x86_emulate_insn(struct x86_emulate_ctxt *ctxt);
335int emulator_task_switch(struct x86_emulate_ctxt *ctxt, 336int emulator_task_switch(struct x86_emulate_ctxt *ctxt,
336 u16 tss_selector, int reason, 337 u16 tss_selector, int reason,