]> git.ipfire.org Git - thirdparty/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>
Tue, 23 Feb 2010 20:07:57 +0000 (14:07 -0600)
commit535d2eb34a0f1908dc694c51ce8d4ec6dccc7807
treea4a24753f37ad3a3714236f11b0aaf2bb618d14e
parentbeb8eab90cd52ce1b53c4b91bab10e954ea14eea
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>
(cherry picked from commit c37cc7b072fa4ca8d8d21ac31d26baff5f47f9f9)
vl.c