]> git.proxmox.com Git - qemu.git/commit - cpus.c
Do not kick vcpus in TCG mode
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 22 Aug 2011 15:46:03 +0000 (17:46 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 22 Aug 2011 19:37:02 +0000 (14:37 -0500)
commiteae74cf906942999bf70e94f034f95c7f831ec63
tree21c26ffce48a2eecc848c0d1712f60bdaab3f418
parentc9f711a5d31e22dac932c1c01e9c0f97caff0988
Do not kick vcpus in TCG mode

In TCG mode, iothread and vcpus run in lock-step. So it's pointless to
send a signal from qemu_cpu_kick to the vcpu thread - if we got here,
the receiver already left the vcpu loop.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
cpus.c