aboutsummaryrefslogtreecommitdiff
path: root/io/channel-command.c
AgeCommit message (Expand)Author
2022-05-16QIOChannel: Add flags on io_writev and introduce io_flush callbackLeonardo Bras
2022-05-03io: replace qemu_set{_non}block()Marc-André Lureau
2022-05-03io: make qio_channel_command_new_pid() staticMarc-André Lureau
2022-05-03io: replace pipe() with g_unix_open_pipe(CLOEXEC)Marc-André Lureau
2022-01-12aio-posix: split poll check from ready handlerStefan Hajnoczi
2020-10-27io: Fix Lesser GPL version numberChetan Pant
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-02-15io/channel-command: Do not kill the child process after closing the pipeThomas Huth
2017-02-21io: add methods to set I/O handlers on AioContextPaolo Bonzini
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange
2016-02-04io: Clean up includesPeter Maydell
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange