COMMITS
/ io/channel-command.c May 16, 2023
S
aio: remove aio_disable_external() API
Stefan Hajnoczi committed
December 20, 2022
M
io: Add support for MSG_PEEK for socket channel
manish.mishra committed
October 6, 2022
M
io/command: implement support for win32
Marc-André Lureau committed
M
io/command: use glib GSpawn, instead of open-coding fork/exec
Marc-André Lureau committed
May 13, 2022
L
QIOChannel: Add flags on io_writev and introduce io_flush callback
Leonardo Bras committed
April 25, 2022
M
io: replace qemu_set{_non}block()
Marc-André Lureau committed
M
io: make qio_channel_command_new_pid() static
Marc-André Lureau committed
April 22, 2022
M
io: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau committed
December 7, 2021
S
aio-posix: split poll check from ready handler
Stefan Hajnoczi committed
October 14, 2020
C
io: Fix Lesser GPL version number
Chetan Pant committed
May 23, 2019
M
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster committed
February 14, 2018
T
io/channel-command: Do not kill the child process after closing the pipe
Thomas Huth committed
February 13, 2017
P
io: add methods to set I/O handlers on AioContext
Paolo Bonzini committed
March 14, 2016
M
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster committed
March 10, 2016
D
io: remove checking of EWOULDBLOCK
Daniel P. Berrange committed
January 29, 2016
P
io: Clean up includes
Peter Maydell committed
January 11, 2016
D
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange committed
D
io: increment counter when killing off subcommand
Daniel P. Berrange committed
August 27, 2015
D
io: add QIOChannelCommand class
Daniel P. Berrange committed