On Wed, Sep 10, 2025 at 10:31:12PM +0300, Vladimir Sementsov-Ogievskiy wrote: > The only realization, which may have incoming fds is > qio_channel_socket_readv() (in io/channel-socket.c). > qio_channel_socket_readv() do call (through > qio_channel_socket_copy_fds()) qemu_socket_set_block() and > qemu_set_cloexec() for each fd. > > Also, qio_channel_socket_copy_fds() is called at the end of > qio_channel_socket_readv(), on success path. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > include/io/channel.h | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+)
Reviewed-by: Daniel P. Berrangé <[email protected]> With regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
