qemu-patch-raspberry4/io
Daniel P. Berrange de7971ffb9 io: use qemu_accept to ensure SOCK_CLOEXEC is set
The QIOChannelSocket code mistakenly uses the bare accept()
function which does not set SOCK_CLOEXEC.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2016-03-10 17:11:40 +00:00
..
channel-buffer.c io: convert QIOChannelBuffer to use uint8_t instead of char 2016-02-15 14:49:18 +00:00
channel-command.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-file.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-socket.c io: use qemu_accept to ensure SOCK_CLOEXEC is set 2016-03-10 17:11:40 +00:00
channel-tls.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel-util.c all: Clean up includes 2016-02-23 12:43:05 +00:00
channel-watch.c io: introduce qio_channel_create_socket_watch 2016-03-10 17:10:19 +00:00
channel-websock.c io: Clean up includes 2016-02-04 17:41:30 +00:00
channel.c io: Clean up includes 2016-02-04 17:41:30 +00:00
Makefile.objs io: introduce helper for creating channels from file descriptors 2016-02-15 14:49:00 +00:00
task.c io: Clean up includes 2016-02-04 17:41:30 +00:00