]> Git Repo - qemu.git/commitdiff
block: drop remaining legacy aio functions in comment
authorYaowei Bai <[email protected]>
Thu, 1 Dec 2016 04:30:40 +0000 (23:30 -0500)
committerPaolo Bonzini <[email protected]>
Thu, 22 Dec 2016 15:00:25 +0000 (16:00 +0100)
Commit 87f68d318222563822b5c6b28192215fc4b4e441 (block: drop aio
functions that operate on the main AioContext) drops qemu_aio_wait
function references mostly while leaves these behind, clean up them.

Signed-off-by: Yaowei Bai <[email protected]>
Message-Id: <1480566640[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
include/block/aio.h

index c7ae27c91c09e91342b8d76850811e7955726a0b..ca551e346f4ed471b86e59751372459e9b1287a7 100644 (file)
@@ -195,8 +195,8 @@ QEMUBH *aio_bh_new(AioContext *ctx, QEMUBHFunc *cb, void *opaque);
  * aio_notify: Force processing of pending events.
  *
  * Similar to signaling a condition variable, aio_notify forces
- * aio_wait to exit, so that the next call will re-examine pending events.
- * The caller of aio_notify will usually call aio_wait again very soon,
+ * aio_poll to exit, so that the next call will re-examine pending events.
+ * The caller of aio_notify will usually call aio_poll again very soon,
  * or go through another iteration of the GLib main loop.  Hence, aio_notify
  * also has the side effect of recalculating the sets of file descriptors
  * that the main loop waits for.
This page took 0.026846 seconds and 4 git commands to generate.