Age | Commit message (Expand) | Author |
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 |