aboutsummaryrefslogtreecommitdiff
path: root/io/channel.c
AgeCommit message (Expand)Author
2017-05-26io: simplify qio_channel_attach_aio_contextPaolo Bonzini
2017-02-21io: make qio_channel_yield aware of AioContextsPaolo Bonzini
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2016-10-27io: add ability to set a name for IO channelsDaniel P. Berrange
2016-10-26io: Introduce a qio_channel_set_feature() helperFelipe Franciosi
2016-10-26io: Use qio_channel_has_feature() where applicableFelipe Franciosi
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini
2016-02-04io: Clean up includesPeter Maydell
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange