]> git.proxmox.com Git - qemu.git/commit
always qemu_cpu_kick after unhalting a cpu
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Mar 2011 16:43:57 +0000 (17:43 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 13 Mar 2011 14:44:21 +0000 (14:44 +0000)
commit94ad5b00a31113ed36b9d03a8db16de5535e90c4
tree24705a74f7ba1964d98f8a9785300d66cd1829f6
parenteda48c344f35e5bd511dea3e8be56fb08c19b399
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>
hw/ppc.c
hw/sun4m.c
hw/sun4u.c
target-s390x/kvm.c