Re: [Qemu-devel] [PATCH] cpus.c: Make all_cpu_threads_idle() static

2012-07-21 Thread Stefan Hajnoczi
On Thu, Jul 19, 2012 at 04:52:27PM +0100, Peter Maydell wrote: > Commit 946fb27c1 moved all the uses of all_cpu_threads_idle() > into cpus.c. This means we can mark the function 'static' > (again), if we shuffle it a bit earlier in the source file. > > Signed-off-by: Peter Maydell > --- > cpus.c

[Qemu-devel] [PATCH] cpus.c: Make all_cpu_threads_idle() static

2012-07-19 Thread Peter Maydell
Commit 946fb27c1 moved all the uses of all_cpu_threads_idle() into cpus.c. This means we can mark the function 'static' (again), if we shuffle it a bit earlier in the source file. Signed-off-by: Peter Maydell --- cpus.c| 52 ++-- qemu-com