Age | Commit message (Expand) | Author | Files | Lines |
2023-09-07 | io: follow coroutine AioContext in qio_channel_yield() | Stefan Hajnoczi | 1 | -31/+83 |
2023-09-07 | io: check there are no qio_channel_yield() coroutines during ->finalize() | Stefan Hajnoczi | 1 | -0/+4 |
2023-05-19 | nbd/server: Fix drained_poll to wake coroutine in right AioContext | Kevin Wolf | 1 | -6/+27 |
2023-04-20 | io: mark mixed functions that can suspend | Paolo Bonzini | 1 | -39/+39 |
2023-02-06 | io: Add support for MSG_PEEK for socket channel | manish.mishra | 1 | -4/+12 |
2022-05-16 | QIOChannel: Add flags on io_writev and introduce io_flush callback | Leonardo Bras | 1 | -10/+39 |
2021-02-12 | io: error_prepend() in qio_channel_readv_full_all() causes segfault | Jagannathan Raman | 1 | -2/+1 |
2021-02-10 | io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers | Elena Ufimtseva | 1 | -20/+81 |
2021-02-10 | io: add qio_channel_writev_full_all helper | Elena Ufimtseva | 1 | -1/+14 |
2020-10-27 | io: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-02-25 | io: Remove redundant read/write_coroutine assignments | Kevin Wolf | 1 | -6/+6 |
2019-02-25 | io: Make qio_channel_yield() interruptible | Kevin Wolf | 1 | -0/+10 |
2018-03-06 | qio: introduce qio_channel_add_watch_{full|source} | Peter Xu | 1 | -6/+34 |
2017-09-06 | io: Add new qio_channel_read{, v}_all_eof functions | Eric Blake | 1 | -8/+40 |
2017-09-06 | io: Yield rather than wait when already in coroutine | Eric Blake | 1 | -2/+10 |
2017-09-05 | io: add new qio_channel_{readv, writev, read, write}_all functions | Daniel P. Berrange | 1 | -0/+94 |
2017-05-26 | io: simplify qio_channel_attach_aio_context | Paolo Bonzini | 1 | -8/+2 |
2017-02-21 | io: make qio_channel_yield aware of AioContexts | Paolo Bonzini | 1 | -21/+65 |
2017-02-21 | io: add methods to set I/O handlers on AioContext | Paolo Bonzini | 1 | -0/+11 |
2016-10-27 | io: add ability to set a name for IO channels | Daniel P. Berrange | 1 | -5/+19 |
2016-10-26 | io: Introduce a qio_channel_set_feature() helper | Felipe Franciosi | 1 | -0/+7 |
2016-10-26 | io: Use qio_channel_has_feature() where applicable | Felipe Franciosi | 1 | -2/+2 |
2016-07-13 | coroutine: move entry argument to qemu_coroutine_create | Paolo Bonzini | 1 | -1/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-03-10 | io: implement socket watch for win32 using WSAEventSelect+select | Paolo Bonzini | 1 | -0/+14 |
2016-02-04 | io: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-18 | io: add abstract QIOChannel classes | Daniel P. Berrange | 1 | -0/+291 |