summaryrefslogtreecommitdiff
path: root/include/io
AgeCommit message (Expand)Author
2026-05-21io: invert the return semantics of qio_channel_flushTejus GK
2026-04-23io/channel: introduce qio_channel_pwrite{v,}_all()Junjie Cao
2026-04-23io/channel: introduce qio_channel_pread{v, }_all{, _eof}()Junjie Cao
2026-03-03io: separate freeing of tasks from marking them as completeDaniel P. Berrangé
2025-12-27block: rename block/aio.h to qemu/aio.hPaolo Bonzini
2025-11-13qio: Add QIONetListener API for using AioContextEric Blake
2025-11-13qio: Prepare NetListener to use AioContextEric Blake
2025-11-13qio: Provide accessor around QIONetListener->siocEric Blake
2025-11-13qio: Protect NetListener callback with mutexEric Blake
2025-11-13qio: Remember context of qio_net_listener_set_client_func_fullEric Blake
2025-11-04Merge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into stagingRichard Henderson
2025-11-03io: Add qio_channel_wait_cond() helperPeter Xu
2025-11-03io: flush zerocopy socket error queue on sendmsg failure due to ENOBUFManish Mishra
2025-11-03io: add a "blocking" field to QIOChannelSocketTejus GK
2025-11-03io/channel: Have read/write functions take void * buffer argumentPhilippe Mathieu-Daudé
2025-10-24io: fix use after free in websocket handshake codeDaniel P. Berrangé
2025-09-19io/channel-socket: rework qio_channel_socket_copy_fds()Vladimir Sementsov-Ogievskiy
2025-09-19treewide: handle result of qio_channel_set_blocking()Vladimir Sementsov-Ogievskiy
2025-09-19io/channel: document how qio_channel_readv_full() handles fdsVladimir Sementsov-Ogievskiy
2025-09-19migration/qemu-file: don't make incoming fds blocking againVladimir Sementsov-Ogievskiy
2025-07-22io: add support for activating TLS thread safety workaroundDaniel P. Berrangé
2025-05-29io: Add helper for setting socket send buffer sizeNir Soffer
2025-02-14io: Add a read flag for relaxed EOFFabiano Rosas
2025-02-14io: Add flags argument to qio_channel_readv_full_all_eofFabiano Rosas
2025-02-14io: tls: Add qio_channel_tls_byeFabiano Rosas
2024-07-22qio: add support for SO_PEERCRED for socket channelAnthony Harivel
2024-03-12io: Introduce qio_channel_file_new_dupfdFabiano Rosas
2024-03-01io: Add generic pwritev/preadv interfaceNikolay Borisov
2024-03-01io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel fileNikolay Borisov
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi
2023-08-31util: spelling fixesMichael Tokarev
2023-08-01io: remove io watch if TLS channel is closed during handshakeDaniel P. Berrangé
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf
2023-04-20io: mark mixed functions that can suspendPaolo Bonzini
2023-02-06io: Add support for MSG_PEEK for socket channelmanish.mishra
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2022-12-14io: Tidy up fat-fingered parameter nameMarkus Armbruster
2022-10-12io/command: implement support for win32Marc-André Lureau
2022-10-12io/command: use glib GSpawn, instead of open-coding fork/execMarc-André Lureau
2022-06-22io: add a QIOChannelNull equivalent to /dev/nullDaniel P. Berrangé
2022-05-16QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUXLeonardo Bras
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
2021-02-10io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpersElena Ufimtseva
2021-02-10io: add qio_channel_writev_full_all helperElena Ufimtseva
2021-01-13io: Document qmp oob suitability of qio_channel_shutdown and io_shutdownLukas Straub
2020-10-27io: Fix Lesser GPL version numberChetan Pant
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost