KVM: x86: rename EMULATE_DO_MMIO
The next patch will reuse it for other userspace exits than MMIO, namely debug events. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -5452,7 +5452,7 @@ static int handle_invalid_guest_state(struct kvm_vcpu *vcpu)
|
||||
|
||||
err = emulate_instruction(vcpu, EMULTYPE_NO_REEXECUTE);
|
||||
|
||||
if (err == EMULATE_DO_MMIO) {
|
||||
if (err == EMULATE_USER_EXIT) {
|
||||
ret = 0;
|
||||
goto out;
|
||||
}
|
||||
|
Viittaa uudesa ongelmassa
Block a user