summaryrefslogtreecommitdiffstats
path: root/io/channel.c
Commit message (Expand)AuthorAgeFilesLines
* io: make qio_channel_yield aware of AioContextsPaolo Bonzini2017-02-211-21/+65
* io: add methods to set I/O handlers on AioContextPaolo Bonzini2017-02-211-0/+11
* io: add ability to set a name for IO channelsDaniel P. Berrange2016-10-271-5/+19
* io: Introduce a qio_channel_set_feature() helperFelipe Franciosi2016-10-261-0/+7
* io: Use qio_channel_has_feature() where applicableFelipe Franciosi2016-10-261-2/+2
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2016-03-101-0/+14
* io: Clean up includesPeter Maydell2016-02-041-0/+1
* io: add abstract QIOChannel classesDaniel P. Berrange2015-12-181-0/+291