summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorJan Kiszka2011-02-01 22:15:42 +0100
committerMarcelo Tosatti2011-02-14 15:39:44 +0100
commitaa2c364b4cf2fae4d9c8acf53ee4436ed533902d (patch)
tree3b9ecc989e78484282012627d13a4a954a30c0ae /vl.c
parentvmmouse: fix queue_size field initialization (diff)
downloadqemu-aa2c364b4cf2fae4d9c8acf53ee4436ed533902d.tar.gz
qemu-aa2c364b4cf2fae4d9c8acf53ee4436ed533902d.tar.xz
qemu-aa2c364b4cf2fae4d9c8acf53ee4436ed533902d.zip
Prevent abortion on multiple VCPU kicks
If we call qemu_cpu_kick more than once before the target was able to process the signal, pthread_kill will fail, and qemu will abort. Prevent this by avoiding the redundant signal. This logic can be found in qemu-kvm as well. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'vl.c')
0 files changed, 0 insertions, 0 deletions