aboutsummaryrefslogtreecommitdiff
path: root/tests/test-aio.c
AgeCommit message (Expand)Author
2016-10-28iothread: release AioContext around aio_pollPaolo Bonzini
2016-08-09timer: set vm_clock disabled defaultGonglei
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-16tests: Clean up includesPeter Maydell
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster
2015-11-25test-aio: Fix event notifier cleanupKevin Wolf
2015-10-23tests: Add test case for aio_disable_externalFam Zheng
2015-10-23aio: Add "is_external" flag for event handlersFam Zheng
2015-07-22AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini
2015-07-22tests: remove irrelevant assertions from test-aioPaolo Bonzini
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