index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
/
channel-command.c
Age
Commit message (
Expand
)
Author
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