mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
ui: Set AIO context on UI thread
This commit is contained in:
committed by
mborgerson
parent
e10846100e
commit
8b373fde9b
@ -1505,6 +1505,7 @@ int main(int argc, char **argv)
|
|||||||
*/
|
*/
|
||||||
tcg_register_init_ctx();
|
tcg_register_init_ctx();
|
||||||
// rcu_register_thread();
|
// rcu_register_thread();
|
||||||
|
qemu_set_current_aio_context(qemu_get_aio_context());
|
||||||
|
|
||||||
DPRINTF("Main thread: initializing app\n");
|
DPRINTF("Main thread: initializing app\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user