KVM: x86 emulator: drop vcpu argument from intercept callback
Making the emulator caller agnostic. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
@@ -185,7 +185,7 @@ struct x86_emulate_ops {
|
||||
int (*get_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 *pdata);
|
||||
void (*get_fpu)(struct x86_emulate_ctxt *ctxt); /* disables preempt */
|
||||
void (*put_fpu)(struct x86_emulate_ctxt *ctxt); /* reenables preempt */
|
||||
int (*intercept)(struct kvm_vcpu *vcpu,
|
||||
int (*intercept)(struct x86_emulate_ctxt *ctxt,
|
||||
struct x86_instruction_info *info,
|
||||
enum x86_intercept_stage stage);
|
||||
};
|
||||
|
Reference in New Issue
Block a user