]> git.ipfire.org Git - thirdparty/qemu.git/commit
exit round-robin vcpu loop if cpu->stopped is true
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Mar 2011 16:43:58 +0000 (17:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 13 Mar 2011 14:44:21 +0000 (14:44 +0000)
commitdf646dfd56332a5313feac75d6d168e4c78cf404
tree4d34e050b61067f2e71569d3443a002a2ee9843a
parent94ad5b00a31113ed36b9d03a8db16de5535e90c4
exit round-robin vcpu loop if cpu->stopped is true

Sometimes vcpus are stopped directly without going through ->stop = 1.
Exit the VCPU execution loop in this case as well.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpus.c