commit | df646dfd56332a5313feac75d6d168e4c78cf404 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Mar 12 17:43:58 2011 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 13 14:44:21 2011 +0000 |
tree | 4d34e050b61067f2e71569d3443a002a2ee9843a | |
parent | 94ad5b00a31113ed36b9d03a8db16de5535e90c4 [diff] |
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>