index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
iohandler.c
Age
Commit message (
Expand
)
Author
2016-02-04
all: Clean up includes
Peter Maydell
2015-10-23
aio: Add "is_external" flag for event handlers
Fam Zheng
2015-09-07
iohandler: Use aio API
Fam Zheng
2015-06-12
iohandler: Change return type of qemu_set_fd_handler to "void"
Fam Zheng
2015-06-12
main-loop: Drop qemu_set_fd_handler2
Fam Zheng
2014-05-24
iohandler.c: Properly initialize sigaction struct
Peter Maydell
2013-02-21
iohandler: switch to GPollFD
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-19
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-10-30
aio: introduce AioContext, move bottom halves there
Paolo Bonzini
2012-09-17
qemu-char: BUGFIX, don't call FD_ISSET with negative fd
David Gibson
2012-08-21
eventfd: making it thread safe
Alexey Kardashevskiy
2012-05-01
iohandler: Use bool for boolean struct member and remove holes
Stefan Weil
2011-10-21
Revert to a hand-made select loop
Paolo Bonzini
2011-10-21
main-loop: create main-loop.h
Paolo Bonzini
2011-09-08
iohandlers: fix issue with qemu_set_fd_handler()
Anthony Liguori
2011-09-01
main: switch qemu_set_fd_handler to g_io_add_watch
Anthony Liguori
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-03-29
add a service to reap zombies, use it in SLIRP
Paolo Bonzini
2011-03-29
extract I/O handler lists to iohandler.c
Paolo Bonzini