Re: [Qemu-devel] [PATCH] Don't call cpu_synchronize_state() from machine init.

2010-10-18 Thread Scott Wood
On Mon, Oct 04, 2010 at 04:15:58PM -0500, Scott Wood wrote: > This will deadlock when the I/O thread is used, since the > CPU thread is blocked waiting for qemu_system_ready. > > The synchronization is unnecessary since this is before > cpu_synchronize_all_post_init(). > > Signed-off-by: Scott Wo

[Qemu-devel] [PATCH] Don't call cpu_synchronize_state() from machine init.

2010-10-04 Thread Scott Wood
This will deadlock when the I/O thread is used, since the CPU thread is blocked waiting for qemu_system_ready. The synchronization is unnecessary since this is before cpu_synchronize_all_post_init(). Signed-off-by: Scott Wood --- hw/ppc440_bamboo.c |2 -- hw/ppce500_mpc8544ds.c |2 -