]> Git Repo - qemu.git/blobdiff - main-loop.c
ppc: Pass PowerPCCPU to [h]decr callbacks
[qemu.git] / main-loop.c
index 234a3130c2132ad1c13322949549e14fffeb9ded..7dba6f6e3511a678502fb232f6f88762ee2d9724 100644 (file)
@@ -128,7 +128,6 @@ int qemu_init_main_loop(void)
         exit(1);
     }
 
-    qemu_mutex_lock_iothread();
     ret = qemu_signal_init();
     if (ret) {
         return ret;
@@ -433,11 +432,6 @@ QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque)
     return aio_bh_new(qemu_aio_context, cb, opaque);
 }
 
-void qemu_aio_flush(void)
-{
-    aio_flush(qemu_aio_context);
-}
-
 bool qemu_aio_wait(void)
 {
     return aio_poll(qemu_aio_context, true);
This page took 0.023332 seconds and 4 git commands to generate.