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:
Paolo Bonzini
2013-06-25 18:24:41 +02:00
vanhempi a343c9b767
commit ac0a48c39a
4 muutettua tiedostoa jossa 6 lisäystä ja 6 poistoa

Näytä tiedosto

@@ -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;
}