Age | Commit message (Expand) | Author |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-04 | all: Clean up includes | Peter Maydell |
2015-11-09 | aio: Introduce aio_context_setup | Fam Zheng |
2015-11-06 | bottom halves: introduce bh call function | Pavel Dovgalyuk |
2015-10-23 | aio: Add "is_external" flag for event handlers | Fam Zheng |
2015-07-29 | AioContext: force event loop iteration using BH | Stefan Hajnoczi |
2015-07-29 | AioContext: avoid leaking BHs on cleanup | Stefan Hajnoczi |
2015-07-22 | AioContext: optimize clearing the EventNotifier | Paolo Bonzini |
2015-07-22 | AioContext: fix broken placement of event_notifier_test_and_clear | Paolo Bonzini |
2015-07-22 | AioContext: fix broken ctx->dispatching optimization | Paolo Bonzini |
2015-06-12 | Revert "iothread: release iothread around aio_poll" | Stefan Hajnoczi |
2015-04-28 | iothread: release iothread around aio_poll | Paolo Bonzini |
2015-04-28 | aio-posix: move pollfds to thread-local storage | Paolo Bonzini |
2015-04-09 | aio: strengthen memory barriers for bottom half scheduling | Paolo Bonzini |
2015-01-13 | block: replace g_new0 with g_new for bottom half allocation. | Paolo Bonzini |
2015-01-13 | block: mark AioContext as recursive | Paolo Bonzini |
2014-12-10 | block: Use g_new0() for a bit of extra type checking | Markus Armbruster |
2014-09-22 | async: aio_context_new(): Handle event_notifier_init failure | Chrysostomos Nanakos |
2014-08-29 | AioContext: introduce aio_prepare | Paolo Bonzini |
2014-08-29 | AioContext: export and use aio_dispatch | Paolo Bonzini |
2014-08-29 | AioContext: take bottom halves into account when computing aio_poll timeout | Paolo Bonzini |
2014-07-09 | AioContext: speed up aio_notify | Paolo Bonzini |
2014-06-04 | aio: fix qemu_bh_schedule() bh->ctx race condition | Stefan Hajnoczi |
2014-03-13 | aio: add aio_context_acquire() and aio_context_release() | Stefan Hajnoczi |
2013-08-22 | aio / timers: aio_ctx_prepare sets timeout from AioContext timers | Alex Bligh |
2013-08-22 | aio / timers: Add a notify callback to QEMUTimerList | Alex Bligh |
2013-08-22 | aio / timers: Add QEMUTimerListGroup to AioContext | Alex Bligh |
2013-08-19 | aio: drop io_flush argument | Stefan Hajnoczi |
2013-07-19 | QEMUBH: make AioContext's bh re-entrant | Liu Ping Fan |
2013-03-15 | aio: add a ThreadPool instance to AioContext | Stefan Hajnoczi |
2013-02-21 | aio: convert aio_poll() to g_poll(3) | Stefan Hajnoczi |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-11 | aio: Get rid of qemu_aio_flush() | Kevin Wolf |
2012-11-12 | aio: fix aio_ctx_prepare with idle bottom halves | Paolo Bonzini |
2012-10-30 | aio: clean up now-unused functions | Paolo Bonzini |
2012-10-30 | aio: add aio_notify | Paolo Bonzini |
2012-10-30 | aio: make AioContexts GSources | Paolo Bonzini |
2012-10-30 | aio: add non-blocking variant of aio_wait | Paolo Bonzini |
2012-10-30 | aio: add I/O handlers to the AioContext interface | Paolo Bonzini |
2012-10-30 | aio: introduce AioContext, move bottom halves there | Paolo Bonzini |
2012-05-01 | async: Use bool for boolean struct members and remove a hole | Stefan Weil |
2012-04-26 | main_loop_wait: block indefinitely | Stefano Stabellini |
2011-10-21 | main-loop: create main-loop.h | Paolo Bonzini |
2011-09-06 | async: Allow nested qemu_bh_poll calls | Kevin Wolf |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori |
2011-08-02 | async: Remove AsyncContext | Kevin Wolf |
2011-06-15 | Allow nested qemu_bh_poll() after BH deletion | Kevin Wolf |
2009-10-27 | Introduce contexts for asynchronous callbacks | Kevin Wolf |
2009-10-27 | Split out bottom halves | Kevin Wolf |