Revision c57b6656 main-loop.c

b/main-loop.c
432 432
    return aio_bh_new(qemu_aio_context, cb, opaque);
433 433
}
434 434

  
435
void qemu_aio_flush(void)
436
{
437
    aio_flush(qemu_aio_context);
438
}
439

  
440 435
bool qemu_aio_wait(void)
441 436
{
442 437
    return aio_poll(qemu_aio_context, true);

Also available in: Unified diff