index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
io
Age
Commit message (
Expand
)
Author
2026-05-21
io: invert the return semantics of qio_channel_flush
Tejus GK
2026-04-23
io/channel: introduce qio_channel_pwrite{v,}_all()
Junjie Cao
2026-04-23
io/channel: introduce qio_channel_pread{v, }_all{, _eof}()
Junjie Cao
2026-03-03
io: separate freeing of tasks from marking them as complete
Daniel P. Berrangé
2025-12-27
block: rename block/aio.h to qemu/aio.h
Paolo Bonzini
2025-11-13
qio: Add QIONetListener API for using AioContext
Eric Blake
2025-11-13
qio: Prepare NetListener to use AioContext
Eric Blake
2025-11-13
qio: Provide accessor around QIONetListener->sioc
Eric Blake
2025-11-13
qio: Protect NetListener callback with mutex
Eric Blake
2025-11-13
qio: Remember context of qio_net_listener_set_client_func_full
Eric Blake
2025-11-04
Merge tag 'staging-pull-request' of https://gitlab.com/peterx/qemu into staging
Richard Henderson
2025-11-03
io: Add qio_channel_wait_cond() helper
Peter Xu
2025-11-03
io: flush zerocopy socket error queue on sendmsg failure due to ENOBUF
Manish Mishra
2025-11-03
io: add a "blocking" field to QIOChannelSocket
Tejus GK
2025-11-03
io/channel: Have read/write functions take void * buffer argument
Philippe Mathieu-Daudé
2025-10-24
io: fix use after free in websocket handshake code
Daniel P. Berrangé
2025-09-19
io/channel-socket: rework qio_channel_socket_copy_fds()
Vladimir Sementsov-Ogievskiy
2025-09-19
treewide: handle result of qio_channel_set_blocking()
Vladimir Sementsov-Ogievskiy
2025-09-19
io/channel: document how qio_channel_readv_full() handles fds
Vladimir Sementsov-Ogievskiy
2025-09-19
migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
2025-07-22
io: add support for activating TLS thread safety workaround
Daniel P. Berrangé
2025-05-29
io: Add helper for setting socket send buffer size
Nir Soffer
2025-02-14
io: Add a read flag for relaxed EOF
Fabiano Rosas
2025-02-14
io: Add flags argument to qio_channel_readv_full_all_eof
Fabiano Rosas
2025-02-14
io: tls: Add qio_channel_tls_bye
Fabiano Rosas
2024-07-22
qio: add support for SO_PEERCRED for socket channel
Anthony Harivel
2024-03-12
io: Introduce qio_channel_file_new_dupfd
Fabiano Rosas
2024-03-01
io: Add generic pwritev/preadv interface
Nikolay Borisov
2024-03-01
io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
Nikolay Borisov
2024-01-08
Rename "QEMU global mutex" to "BQL" in comments and docs
Stefan Hajnoczi
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-08-31
util: spelling fixes
Michael Tokarev
2023-08-01
io: remove io watch if TLS channel is closed during handshake
Daniel P. Berrangé
2023-05-19
nbd/server: Fix drained_poll to wake coroutine in right AioContext
Kevin Wolf
2023-04-20
io: mark mixed functions that can suspend
Paolo Bonzini
2023-02-06
io: Add support for MSG_PEEK for socket channel
manish.mishra
2023-01-20
coroutine: Split qemu/coroutine-core.h off qemu/coroutine.h
Markus Armbruster
2022-12-14
io: Tidy up fat-fingered parameter name
Markus Armbruster
2022-10-12
io/command: implement support for win32
Marc-André Lureau
2022-10-12
io/command: use glib GSpawn, instead of open-coding fork/exec
Marc-André Lureau
2022-06-22
io: add a QIOChannelNull equivalent to /dev/null
Daniel P. Berrangé
2022-05-16
QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
Leonardo Bras
2022-05-16
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-03
io: make qio_channel_command_new_pid() static
Marc-André Lureau
2021-02-10
io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
Elena Ufimtseva
2021-02-10
io: add qio_channel_writev_full_all helper
Elena Ufimtseva
2021-01-13
io: Document qmp oob suitability of qio_channel_shutdown and io_shutdown
Lukas Straub
2020-10-27
io: Fix Lesser GPL version number
Chetan Pant
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
[next]