aboutsummaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)AuthorFilesLines
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi2-39/+53
2023-08-31util: spelling fixesMichael Tokarev2-3/+3
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé1-0/+1
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-0/+10
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini1-39/+39
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra1-0/+6
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster1-1/+1
2022-12-14io: Tidy up fat-fingered parameter nameMarkus Armbruster1-1/+1
2022-10-12io/command: implement support for win32Marc-André Lureau1-0/+3
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau1-1/+1
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé1-0/+55
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras1-0/+2
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras1-1/+37
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau1-25/+0
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva1-0/+53
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva1-0/+25
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub1-1/+4
2020-10-27io: Fix Lesser GPL version numberChetan Pant11-11/+11
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost6-18/+6
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost3-3/+3
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost2-2/+2
2020-09-09Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-10/+4
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost3-12/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost9-30/+18
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost9-12/+19
2020-06-10io/task: Move 'qom/object.h' header to sourcePhilippe Mathieu-Daudé1-2/+0
2019-12-18io: Fix Error usage in a comment <example>Markus Armbruster1-1/+1
2019-09-03socket: Add num connections to qio_net_listener_open_sync()Juan Quintela1-0/+2
2019-09-03socket: Add num connections to qio_channel_socket_async()Juan Quintela1-0/+2
2019-09-03socket: Add num connections to qio_channel_socket_sync()Juan Quintela1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-02-25io: Make qio_channel_yield() interruptibleKevin Wolf1-3/+6
2019-02-12io: add qio_task_wait_thread to join with a background threadDaniel P. Berrangé1-1/+28
2018-11-19io: return 0 for EOF in TLS session read after shutdownDaniel P. Berrangé2-3/+4
2018-03-06qio: non-default context for TLS handshakePeter Xu1-1/+4
2018-03-06qio: non-default context for async connPeter Xu1-3/+12
2018-03-06qio: non-default context for threaded qtaskPeter Xu1-2/+5
2018-03-06qio: store gsources for net listenersPeter Xu1-2/+20
2018-03-06qio: introduce qio_channel_add_watch_{full|source}Peter Xu1-0/+44
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-0/+1
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall1-1/+1
2017-12-15io: introduce a network socket listener APIDaniel P. Berrange1-0/+174
2017-10-16io: get rid of bounce buffering in websock write pathDaniel P. Berrange1-1/+0
2017-10-16io: simplify websocket ping reply handlingDaniel P. Berrange1-1/+1
2017-10-04io: Reply to ping framesBrandon Carpenter1-0/+1
2017-10-04io: Add support for fragmented websocket binary framesBrandon Carpenter1-0/+1
2017-09-06io: Add new qio_channel_read{, v}_all_eof functionsEric Blake1-0/+53
2017-09-05io: add new qio_channel_{readv, writev, read, write}_all functionsDaniel P. Berrange1-0/+90
2017-09-05io: fix typo in docs comment for qio_channel_readDaniel P. Berrange1-1/+1
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi2-2/+2