Don't call cpu_synchronize_state() from machine init.
commit64a4d100b502f24d0116437b9e5678c032a233e6
authorScott Wood <scottwood@freescale.com>
Mon, 4 Oct 2010 11:15:58 +0000 (4 11:15 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 8 Apr 2011 09:32:20 +0000 (8 11:32 +0200)
tree0105f0fede508ffff4b015fde1d47e978ad649af
parentf124a410ea12a644c3577c5303846c37baa5e819
Don't call cpu_synchronize_state() from machine init.

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 <scottwood@freescale.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc440_bamboo.c
hw/ppce500_mpc8544ds.c