Re: [Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public.

2015-07-07 Thread Frederic Konrad
On 07/07/2015 11:47, Alex Bennée wrote: fred.kon...@greensocs.com writes: From: KONRAD Frederic Why are we making this visible? Looking at the tree I can't see it being used outside the cpus.c. I see the function is modified later for async work. Is this something we are planing to use later?

Re: [Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public.

2015-07-07 Thread Alex Bennée
fred.kon...@greensocs.com writes: > From: KONRAD Frederic Why are we making this visible? Looking at the tree I can't see it being used outside the cpus.c. I see the function is modified later for async work. Is this something we are planing to use later? > > Signed-off-by: KONRAD Frederic >

[Qemu-devel] [RFC PATCH V6 01/18] cpu: make cpu_thread_is_idle public.

2015-06-26 Thread fred . konrad
From: KONRAD Frederic Signed-off-by: KONRAD Frederic --- cpus.c| 2 +- include/qom/cpu.h | 11 +++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cpus.c b/cpus.c index 4f0e54d..2d62a35 100644 --- a/cpus.c +++ b/cpus.c @@ -74,7 +74,7 @@ bool cpu_is_stopped(CP