|
@@ -1161,7 +1161,8 @@ int x86_emulate_instruction(struct kvm_vcpu *vcpu, unsigned long cr2,
|
|
|
static inline int emulate_instruction(struct kvm_vcpu *vcpu,
|
|
|
int emulation_type)
|
|
|
{
|
|
|
- return x86_emulate_instruction(vcpu, 0, emulation_type, NULL, 0);
|
|
|
+ return x86_emulate_instruction(vcpu, 0,
|
|
|
+ emulation_type | EMULTYPE_NO_REEXECUTE, NULL, 0);
|
|
|
}
|
|
|
|
|
|
void kvm_enable_efer_bits(u64);
|