execute cpus in same thread as uc_emu_start()

note: I'm sure this makes some dead code
This commit is contained in:
Ryan Hileman
2016-03-23 22:31:23 -07:00
parent 86823f53da
commit f0af8f8282
3 changed files with 8 additions and 37 deletions

View File

@@ -123,7 +123,6 @@ int machine_initialize(struct uc_struct *uc)
configure_accelerator(current_machine);
qemu_init_cpu_loop(uc);
qemu_mutex_lock_iothread(uc);
current_machine->cpu_model = NULL;