commit | 94ad5b00a31113ed36b9d03a8db16de5535e90c4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Sat Mar 12 17:43:57 2011 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Mar 13 14:44:21 2011 +0000 |
tree | 24705a74f7ba1964d98f8a9785300d66cd1829f6 | |
parent | eda48c344f35e5bd511dea3e8be56fb08c19b399 [diff] |
always qemu_cpu_kick after unhalting a cpu This ensures env->halt_cond is broadcast, and the loop in qemu_tcg_wait_io_event and qemu_kvm_wait_io_event is exited naturally rather than through a timeout. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>