]> git.proxmox.com Git - mirror_qemu.git/blobdiff - aio-posix.c
sPAPR: Introduce rtas_ldq()
[mirror_qemu.git] / aio-posix.c
index 249889f14ce2a895fc6226422b1bef83310374de..d4770336c5d5355758c3da207b8be5160f66fc5f 100644 (file)
@@ -276,6 +276,8 @@ bool aio_poll(AioContext *ctx, bool blocking)
         aio_context_acquire(ctx);
     }
 
+    aio_notify_accept(ctx);
+
     /* if we have any readable fds, dispatch event */
     if (ret > 0) {
         for (i = 0; i < npfd; i++) {