diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_emulate.h')
-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 d30840ddd2f3..51341d6b2f31 100644 --- a/arch/x86/include/asm/kvm_emulate.h +++ b/arch/x86/include/asm/kvm_emulate.h | |||
@@ -187,6 +187,7 @@ struct x86_emulate_ops { | |||
187 | int (*set_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 data); | 187 | int (*set_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 data); |
188 | int (*get_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 *pdata); | 188 | int (*get_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 *pdata); |
189 | void (*halt)(struct x86_emulate_ctxt *ctxt); | 189 | void (*halt)(struct x86_emulate_ctxt *ctxt); |
190 | void (*wbinvd)(struct x86_emulate_ctxt *ctxt); | ||
190 | int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); | 191 | int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt); |
191 | void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */ | 192 | void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */ |
192 | void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ | 193 | void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */ |