remove env->exit_request usage from qemu-kvm.c
commitf00332478e6ba4916c645661ced0fb797c4e5eb4
authorGlauber Costa <glommer@redhat.com>
Tue, 21 Jul 2009 23:57:26 +0000 (21 19:57 -0400)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 22 Jul 2009 19:55:09 +0000 (22 16:55 -0300)
tree654f5659250619e4527a55994f33d6723e2c10a6
parent419a1c8db3e8c8c485d487f5b811827e191c074c
remove env->exit_request usage from qemu-kvm.c

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 <glommer@redhat.com>
    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 <glommer@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
qemu-kvm.c