Re: [Qemu-devel] [PATCH] iothread: fix vcpu stop with smp tcg

2010-02-10 Thread Anthony Liguori
On 02/09/2010 08:49 AM, Marcelo Tosatti wrote: 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 Applied. Thanks. Regards, Anthony Liguori diff --git a/vl.c b/vl.c index 880bcd5..f61e362 100644 --- a/vl

[Qemu-devel] [PATCH] iothread: fix vcpu stop with smp tcg

2010-02-09 Thread Marcelo Tosatti
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 diff --git a/vl.c b/vl.c index 880bcd5..f61e362 100644 --- a/vl.c +++ b/vl.c @@ -3855,14 +3855,15 @@ static void tcg_cpu_exec(void) for (; next_cpu != NULL;