aboutsummaryrefslogtreecommitdiff
path: root/tests/test-aio.c
AgeCommit message (Expand)Author
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