aboutsummaryrefslogtreecommitdiff
path: root/tests/test-aio.c
AgeCommit message (Expand)Author
2015-06-12Revert "iothread: release iothread around aio_poll"Stefan Hajnoczi
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-08-29test-aio: test timers on Windows tooPaolo Bonzini
2014-07-18tests: Add missing 'static' attributes (fix warnings from smatch)Stefan Weil
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini
2014-07-09test-aio: fix GSource-based timer testPaolo Bonzini
2014-03-31tests: Remove unsupported tests for MinGWStefan Weil
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi
2013-12-06aio: make aio_poll(ctx, true) block with no fdsStefan Hajnoczi
2013-09-06aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh
2013-09-01aio / timers: use g_usleep() not sleep()Alex Bligh
2013-08-22aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh
2013-08-22aio / timers: Add test harness for AioContext timersAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-08-19tests: drop event_active_cb()Stefan Hajnoczi
2013-08-19aio: stop using .io_flush()Stefan Hajnoczi
2013-08-19tests: adjust test-aio to new aio_poll() semanticsStefan Hajnoczi
2013-01-17aio: Fix return value of aio_poll()Kevin Wolf
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-11tests: use aio_poll() instead of aio_flush() in test-aio.cStefan Hajnoczi
2012-11-26tests: add AioContext unit testsPaolo Bonzini