summaryrefslogtreecommitdiff
path: root/iohandler.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi1-10/+30
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-19janitor: do not include qemu-char everywherePaolo Bonzini1-1/+0
2012-10-30aio: introduce AioContext, move bottom halves therePaolo Bonzini1-0/+1
2012-09-17qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson1-0/+2
2012-08-21eventfd: making it thread safeAlexey Kardashevskiy1-0/+1
2012-05-01iohandler: Use bool for boolean struct member and remove holesStefan Weil1-2/+2
2011-10-21Revert to a hand-made select loopPaolo Bonzini1-53/+1
2011-10-21main-loop: create main-loop.hPaolo Bonzini1-0/+1
2011-09-08iohandlers: fix issue with qemu_set_fd_handler()Anthony Liguori1-5/+2
2011-09-01main: switch qemu_set_fd_handler to g_io_add_watchAnthony Liguori1-1/+56
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-03-29add a service to reap zombies, use it in SLIRPPaolo Bonzini1-0/+64
2011-03-29extract I/O handler lists to iohandler.cPaolo Bonzini1-0/+129