]> Git Repo - qemu.git/blobdiff - thread-pool.c
vga: do not dynamically allocate chain4_alias
[qemu.git] / thread-pool.c
index fbdd3ffa3aeab3e88daecce0411b9724b564f6a9..dfb699dd94d200ec3d3e9dd32a193f7f08cf44da 100644 (file)
@@ -224,6 +224,7 @@ static void thread_pool_cancel(BlockDriverAIOCB *acb)
         pool->pending_cancellations--;
     }
     qemu_mutex_unlock(&pool->lock);
+    event_notifier_ready(&pool->notifier);
 }
 
 static const AIOCBInfo thread_pool_aiocb_info = {
This page took 0.022424 seconds and 4 git commands to generate.