summaryrefslogtreecommitdiff
path: root/hw/ppce500_mpc8544ds.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2010-10-04 11:15:58 +0000
committerAlexander Graf <agraf@suse.de>2011-04-08 11:32:20 +0200
commit64a4d100b502f24d0116437b9e5678c032a233e6 (patch)
tree0105f0fede508ffff4b015fde1d47e978ad649af /hw/ppce500_mpc8544ds.c
parentf124a410ea12a644c3577c5303846c37baa5e819 (diff)
downloadqemu-64a4d100b502f24d0116437b9e5678c032a233e6.tar.gz
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>
Diffstat (limited to 'hw/ppce500_mpc8544ds.c')
-rw-r--r--hw/ppce500_mpc8544ds.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/ppce500_mpc8544ds.c b/hw/ppce500_mpc8544ds.c
index b7670ae27c..e111dda5f4 100644
--- a/hw/ppce500_mpc8544ds.c
+++ b/hw/ppce500_mpc8544ds.c
@@ -268,8 +268,6 @@ static void mpc8544ds_init(ram_addr_t ram_size,
exit(1);
}
- cpu_synchronize_state(env);
-
/* Set initial guest state. */
env->gpr[1] = (16<<20) - 8;
env->gpr[3] = dt_base;