aboutsummaryrefslogtreecommitdiffstats
path: root/iohandler.c
AgeCommit message (Expand)AuthorFilesLines
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