commit | 64a4d100b502f24d0116437b9e5678c032a233e6 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Mon Oct 04 11:15:58 2010 +0000 |
committer | Alexander Graf <agraf@suse.de> | Fri Apr 08 11:32:20 2011 +0200 |
tree | 0105f0fede508ffff4b015fde1d47e978ad649af | |
parent | f124a410ea12a644c3577c5303846c37baa5e819 [diff] |
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>