diff options
Diffstat (limited to 'async.c')
| -rw-r--r-- | async.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/async.c b/async.c index f30d011ebc..fb37b031cb 100644 --- a/async.c +++ b/async.c @@ -61,6 +61,7 @@ void aio_bh_schedule_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque) smp_wmb(); ctx->first_bh = bh; qemu_mutex_unlock(&ctx->bh_lock); + aio_notify(ctx); } QEMUBH *aio_bh_new(AioContext *ctx, QEMUBHFunc *cb, void *opaque) |