summaryrefslogtreecommitdiffstats
path: root/async.c
Commit message (Expand)AuthorAgeFilesLines
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-1/+2
* AioContext: force event loop iteration using BHStefan Hajnoczi2015-07-291-2/+14
* AioContext: avoid leaking BHs on cleanupStefan Hajnoczi2015-07-291-0/+13
* AioContext: optimize clearing the EventNotifierPaolo Bonzini2015-07-221-1/+9
* AioContext: fix broken placement of event_notifier_test_and_clearPaolo Bonzini2015-07-221-1/+7
* AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini2015-07-221-14/+7
* Revert "iothread: release iothread around aio_poll"Stefan Hajnoczi2015-06-121-1/+7
* iothread: release iothread around aio_pollPaolo Bonzini2015-04-281-7/+1
* aio-posix: move pollfds to thread-local storagePaolo Bonzini2015-04-281-2/+0
* aio: strengthen memory barriers for bottom half schedulingPaolo Bonzini2015-04-091-16/+12
* block: replace g_new0 with g_new for bottom half allocation.Paolo Bonzini2015-01-131-4/+6
* block: mark AioContext as recursivePaolo Bonzini2015-01-131-0/+1
* block: Use g_new0() for a bit of extra type checkingMarkus Armbruster2014-12-101-1/+1
* async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-5/+11
* AioContext: introduce aio_preparePaolo Bonzini2014-08-291-0/+5
* AioContext: export and use aio_dispatchPaolo Bonzini2014-08-291-1/+1
* AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini2014-08-291-14/+18
* AioContext: speed up aio_notifyPaolo Bonzini2014-07-091-1/+18
* aio: fix qemu_bh_schedule() bh->ctx race conditionStefan Hajnoczi2014-06-041-4/+10
* aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi2014-03-131-0/+18
* aio / timers: aio_ctx_prepare sets timeout from AioContext timersAlex Bligh2013-08-221-1/+12
* aio / timers: Add a notify callback to QEMUTimerListAlex Bligh2013-08-221-1/+6
* aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-221-0/+2
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-2/+2
* QEMUBH: make AioContext's bh re-entrantLiu Ping Fan2013-07-191-2/+31
* aio: add a ThreadPool instance to AioContextStefan Hajnoczi2013-03-151-0/+11
* aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi2013-02-211-0/+2
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* aio: Get rid of qemu_aio_flush()Kevin Wolf2012-12-111-5/+0
* aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini2012-11-121-4/+2
* aio: clean up now-unused functionsPaolo Bonzini2012-10-301-16/+7
* aio: add aio_notifyPaolo Bonzini2012-10-301-4/+26
* aio: make AioContexts GSourcesPaolo Bonzini2012-10-301-1/+64
* aio: add non-blocking variant of aio_waitPaolo Bonzini2012-10-301-1/+1
* aio: add I/O handlers to the AioContext interfacePaolo Bonzini2012-10-301-0/+6
* aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-15/+15
* async: Use bool for boolean struct members and remove a holeStefan Weil2012-05-011-3/+3
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-1/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* async: Allow nested qemu_bh_poll callsKevin Wolf2011-09-061-8/+16
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* async: Remove AsyncContextKevin Wolf2011-08-021-91/+7
* Allow nested qemu_bh_poll() after BH deletionKevin Wolf2011-06-151-2/+3
* Introduce contexts for asynchronous callbacksKevin Wolf2009-10-271-7/+93
* Split out bottom halvesKevin Wolf2009-10-271-0/+130
OpenPOWER on IntegriCloud