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-file.c
Age
Commit message (
Expand
)
Author
2024-06-21
io: Stop using qemu_open_old in channel-file
Fabiano Rosas
2024-03-12
io: Introduce qio_channel_file_new_dupfd
Fabiano Rosas
2024-03-11
migration/multifd: Don't fsync when closing QIOChannelFile
Fabiano Rosas
2024-03-01
io: fsync before closing a file channel
Fabiano Rosas
2024-03-01
io: implement io_pwritev/preadv for QIOChannelFile
Nikolay Borisov
2024-03-01
io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file
Nikolay Borisov
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-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-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
2020-10-27
io: Fix Lesser GPL version number
Chetan Pant
2020-09-16
util: rename qemu_open() to qemu_open_old()
Daniel P. Berrangé
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-02-15
io: Add /dev/fdset/ support to QIOChannelFile
Ross Lagerwall
2018-02-15
io: Don't call close multiple times in QIOChannelFile
Ross Lagerwall
2018-02-15
io: Fix QIOChannelFile when creating and opening read-write
Ross Lagerwall
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
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange