From: Glauber Costa <[email protected]>

Today I found a very catastrophic regression: I cannot run my mission
critical servers running RHL7.1 anymore. This is a total disaster.

Fortunately, I was able to isolate the commit that caused it:
    commit bb598da496c040d42dde564bd8ace181be52293e
    Author: Glauber Costa <[email protected]>
    Date:   Mon Jul 6 16:12:52 2009 -0400

This guy is certainly stupid, and deserves punishment. It means I'll
be writting code using emacs for the next week.

Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>

diff --git a/qemu-kvm.c b/qemu-kvm.c
index cb85dbc..edd400e 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -986,8 +986,6 @@ int pre_kvm_run(kvm_context_t kvm, CPUState *env)
 {
     kvm_arch_pre_kvm_run(kvm->opaque, env);
 
-    if (env->exit_request)
-        return 1;
     pthread_mutex_unlock(&qemu_mutex);
     return 0;
 }
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to