|
@@ -6171,7 +6171,8 @@ static int emulator_fix_hypercall(struct x86_emulate_ctxt *ctxt)
|
|
|
|
|
|
kvm_x86_ops->patch_hypercall(vcpu, instruction);
|
|
kvm_x86_ops->patch_hypercall(vcpu, instruction);
|
|
|
|
|
|
- return emulator_write_emulated(ctxt, rip, instruction, 3, NULL);
|
|
|
|
|
|
+ return emulator_write_emulated(ctxt, rip, instruction, 3,
|
|
|
|
+ &ctxt->exception);
|
|
}
|
|
}
|
|
|
|
|
|
static int dm_request_for_irq_injection(struct kvm_vcpu *vcpu)
|
|
static int dm_request_for_irq_injection(struct kvm_vcpu *vcpu)
|