You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/io
Fabiano Rosas 322d873b63 io: Add a read flag for relaxed EOF
Add a read flag that can inform a channel that it's ok to receive an
EOF at any moment. Channels that have some form of strict EOF
tracking, such as TLS session termination, may choose to ignore EOF
errors with the use of this flag.

This is being added for compatibility with older migration streams
that do not include a TLS termination step.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
1 week ago
..
channel-buffer.h io: Fix Lesser GPL version number 4 years ago
channel-command.h io/command: implement support for win32 2 years ago
channel-file.h io: Introduce qio_channel_file_new_dupfd 12 months ago
channel-null.h io: add a QIOChannelNull equivalent to /dev/null 3 years ago
channel-socket.h util: spelling fixes 2 years ago
channel-tls.h io: tls: Add qio_channel_tls_bye 1 week ago
channel-util.h io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-watch.h io: Fix Lesser GPL version number 4 years ago
channel-websock.h io: Fix Lesser GPL version number 4 years ago
channel.h io: Add a read flag for relaxed EOF 1 week ago
dns-resolver.h io: Fix Lesser GPL version number 4 years ago
net-listener.h qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros 4 years ago
task.h Rename "QEMU global mutex" to "BQL" in comments and docs 1 year ago