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
/
io
/
channel.c
Age
Commit message (
Expand
)
Author
2018-03-06
qio: introduce qio_channel_add_watch_{full|source}
Peter Xu
2017-09-06
io: Add new qio_channel_read{, v}_all_eof functions
Eric Blake
2017-09-06
io: Yield rather than wait when already in coroutine
Eric Blake
2017-09-05
io: add new qio_channel_{readv, writev, read, write}_all functions
Daniel P. Berrange
2017-05-26
io: simplify qio_channel_attach_aio_context
Paolo Bonzini
2017-02-21
io: make qio_channel_yield aware of AioContexts
Paolo Bonzini
2017-02-21
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
2016-10-27
io: add ability to set a name for IO channels
Daniel P. Berrange
2016-10-26
io: Introduce a qio_channel_set_feature() helper
Felipe Franciosi
2016-10-26
io: Use qio_channel_has_feature() where applicable
Felipe Franciosi
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-02-04
io: Clean up includes
Peter Maydell
2015-12-18
io: add abstract QIOChannel classes
Daniel P. Berrange