]> git.proxmox.com Git - qemu.git/commit
iothread: fix vcpu stop with smp tcg
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 9 Feb 2010 14:49:04 +0000 (12:49 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 10 Feb 2010 18:46:06 +0000 (12:46 -0600)
commitc37cc7b072fa4ca8d8d21ac31d26baff5f47f9f9
treec4c753ca95e59bdb7faafff7bacf78a9c84632a2
parent5307d7d35e70a9bf1b290f2eff00236c7ad22220
iothread: fix vcpu stop with smp tcg

Round robin vcpus in tcg_cpu_next even if the vm stopped. This
allows all cpus to enter stopped state.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c