summaryrefslogtreecommitdiff
path: root/tests/test-aio.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi1-0/+59
2013-12-06aio: make aio_poll(ctx, true) block with no fdsStefan Hajnoczi1-1/+0
2013-09-06aio / timers: fix build of test/test-aio.c on non-linux platformsAlex Bligh1-2/+9
2013-09-01aio / timers: use g_usleep() not sleep()Alex Bligh1-3/+3
2013-08-22aio / timers: remove dummy_io_handler_flush from tests/test-aio.cAlex Bligh1-7/+2
2013-08-22aio / timers: Add test harness for AioContext timersAlex Bligh1-0/+134
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+3
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-20/+20
2013-08-19tests: drop event_active_cb()Stefan Hajnoczi1-14/+8
2013-08-19aio: stop using .io_flush()Stefan Hajnoczi1-5/+5
2013-08-19tests: adjust test-aio to new aio_poll() semanticsStefan Hajnoczi1-9/+17
2013-01-17aio: Fix return value of aio_poll()Kevin Wolf1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-11tests: use aio_poll() instead of aio_flush() in test-aio.cStefan Hajnoczi1-16/+15
2012-11-26tests: add AioContext unit testsPaolo Bonzini1-0/+667