]> git.proxmox.com Git - qemu.git/commit
cpus: Fix pausing TCG CPUs while in vCPU thread
authorAndreas Färber <afaerber@suse.de>
Thu, 2 May 2013 09:22:05 +0000 (11:22 +0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 2 May 2013 10:15:38 +0000 (12:15 +0200)
commit1085819368e8693f08307e72f0082d759f67ef03
treecfd17975195f865d9517203b0452efc4bdf0f65b
parent0514ef2fbb3882afe410ba7800c79fd0ef5dbf00
cpus: Fix pausing TCG CPUs while in vCPU thread

Due to a preceding while loop, no CPU would've been put into stopped
state. Reinitialize the variable.
This fixes commit d798e97456658ea7605303b7c69b04ec7df95c10 (Allow to use
pause_all_vcpus from VCPU context) for non-KVM case.

While at it, change a 0 to false, amending commit
4fdeee7cd4c8f90ef765537b9346a195d9483ab5 (cpu: Move stop field to
CPUState).

Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
cpus.c