summaryrefslogtreecommitdiffstats
path: root/iohandler.c
Commit message (Expand)AuthorAgeFilesLines
* iohandler: Introduce iohandler_get_aio_contextFam Zheng2019-11-291-0/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* all: Clean up includesPeter Maydell2019-11-291-1/+1
* aio: Add "is_external" flag for event handlersFam Zheng2015-10-231-1/+2
* iohandler: Use aio APIFam Zheng2015-09-071-96/+15
* iohandler: Change return type of qemu_set_fd_handler to "void"Fam Zheng2015-06-121-5/+4
* main-loop: Drop qemu_set_fd_handler2Fam Zheng2015-06-121-21/+5
* iohandler.c: Properly initialize sigaction structPeter Maydell2014-05-241-0/+1
* iohandler: switch to GPollFDStefan Hajnoczi2013-02-211-10/+30
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* janitor: do not include qemu-char everywherePaolo Bonzini2012-12-191-1/+0
* aio: introduce AioContext, move bottom halves therePaolo Bonzini2012-10-301-0/+1
* qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2012-09-171-0/+2
* eventfd: making it thread safeAlexey Kardashevskiy2012-08-211-0/+1
* iohandler: Use bool for boolean struct member and remove holesStefan Weil2012-05-011-2/+2
* Revert to a hand-made select loopPaolo Bonzini2011-10-211-53/+1
* main-loop: create main-loop.hPaolo Bonzini2011-10-211-0/+1
* iohandlers: fix issue with qemu_set_fd_handler()Anthony Liguori2011-09-081-5/+2
* main: switch qemu_set_fd_handler to g_io_add_watchAnthony Liguori2011-09-011-1/+56
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* add a service to reap zombies, use it in SLIRPPaolo Bonzini2011-03-291-0/+64
* extract I/O handler lists to iohandler.cPaolo Bonzini2011-03-291-0/+129
OpenPOWER on IntegriCloud