diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/kvm_emulate.h | 1 |
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 1dbd0c736cd..460c2d8964b 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -222,6 +222,7 @@ struct decode_cache { | |||
222 | u8 seg_override; | 222 | u8 seg_override; |
223 | unsigned int d; | 223 | unsigned int d; |
224 | int (*execute)(struct x86_emulate_ctxt *ctxt); | 224 | int (*execute)(struct x86_emulate_ctxt *ctxt); |
225 | int (*check_perm)(struct x86_emulate_ctxt *ctxt); | ||
225 | unsigned long regs[NR_VCPU_REGS]; | 226 | unsigned long regs[NR_VCPU_REGS]; |
226 | unsigned long eip; | 227 | unsigned long eip; |
227 | /* modrm */ | 228 | /* modrm */ |