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-11.1
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-11.1
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
/
io
/
channel-command.c
Age
Commit message (
Expand
)
Author
2025-09-19
treewide: use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2023-09-07
io: follow coroutine AioContext in qio_channel_yield()
Stefan Hajnoczi
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-02-06
io: Add support for MSG_PEEK for socket channel
manish.mishra
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-05-16
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras
2022-05-03
io: replace qemu_set{_non}block()
Marc-André Lureau
2022-05-03
io: make qio_channel_command_new_pid() static
Marc-André Lureau
2022-05-03
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2020-10-27
io: Fix Lesser GPL version number
Chetan Pant
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-02-15
io/channel-command: Do not kill the child process after closing the pipe
Thomas Huth
2017-02-21
io: add methods to set I/O handlers on AioContext
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-10
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
2016-02-04
io: Clean up includes
Peter Maydell
2016-01-20
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange
2016-01-19
io: increment counter when killing off subcommand
Daniel P. Berrange
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange