Age | Commit message (Expand) | Author | Files | Lines |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos | 1 | -1/+9 |
2014-08-29 | test-aio: test timers on Windows too | Paolo Bonzini | 1 | -37/+11 |
2014-07-18 | tests: Add missing 'static' attributes (fix warnings from smatch) | Stefan Weil | 1 | -1/+1 |
2014-07-14 | AioContext: do not rely on aio_poll(ctx, true) result to end a loop | Paolo Bonzini | 1 | -12/+13 |
2014-07-09 | test-aio: fix GSource-based timer test | Paolo Bonzini | 1 | -7/+6 |
2014-03-31 | tests: Remove unsupported tests for MinGW | Stefan Weil | 1 | -0/+16 |
2014-03-13 | aio: add aio_context_acquire() and aio_context_release() | Stefan Hajnoczi | 1 | -0/+59 |
2013-12-06 | aio: make aio_poll(ctx, true) block with no fds | Stefan Hajnoczi | 1 | -1/+0 |
2013-09-06 | aio / timers: fix build of test/test-aio.c on non-linux platforms | Alex Bligh | 1 | -2/+9 |
2013-09-01 | aio / timers: use g_usleep() not sleep() | Alex Bligh | 1 | -3/+3 |
2013-08-22 | aio / timers: remove dummy_io_handler_flush from tests/test-aio.c | Alex Bligh | 1 | -7/+2 |
2013-08-22 | aio / timers: Add test harness for AioContext timers | Alex Bligh | 1 | -0/+134 |
2013-08-22 | aio / timers: Add QEMUTimerListGroup to AioContext | Alex Bligh | 1 | -0/+3 |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi | 1 | -20/+20 |
2013-08-19 | tests: drop event_active_cb() | Stefan Hajnoczi | 1 | -14/+8 |
2013-08-19 | aio: stop using .io_flush() | Stefan Hajnoczi | 1 | -5/+5 |
2013-08-19 | tests: adjust test-aio to new aio_poll() semantics | Stefan Hajnoczi | 1 | -9/+17 |
2013-01-17 | aio: Fix return value of aio_poll() | Kevin Wolf | 1 | -2/+2 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-11 | tests: use aio_poll() instead of aio_flush() in test-aio.c | Stefan Hajnoczi | 1 | -16/+15 |
2012-11-26 | tests: add AioContext unit tests | Paolo Bonzini | 1 | -0/+667 |