« Previous | Next » 

Revision 64a4d100

ID64a4d100b502f24d0116437b9e5678c032a233e6

Added by Scott Wood about 13 years ago

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 <>
Acked-by: Jan Kiszka <>
Signed-off-by: Alexander Graf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences