KVM: remove KVM_REQ_UNHALT
[linux-2.6-microblaze.git] / arch / mips / kvm / emulate.c
index 1d7c56d..edaec93 100644 (file)
@@ -958,7 +958,6 @@ enum emulation_result kvm_mips_emul_wait(struct kvm_vcpu *vcpu)
                 * We are runnable, then definitely go off to user space to
                 * check if any I/O interrupts are pending.
                 */
-               kvm_clear_request(KVM_REQ_UNHALT, vcpu);
                if (kvm_arch_vcpu_runnable(vcpu))
                        vcpu->run->exit_reason = KVM_EXIT_IRQ_WINDOW_OPEN;
        }