summaryrefslogtreecommitdiff
path: root/io
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster7-0/+7
2016-03-10osdep: remove use of socket_error() from all codeDaniel P. Berrange1-19/+19
2016-03-10io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini3-7/+167
2016-03-10io: remove checking of EWOULDBLOCKDaniel P. Berrange3-12/+6
2016-03-10io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange1-2/+2
2016-03-10io: introduce qio_channel_create_socket_watchPaolo Bonzini2-3/+18
2016-03-10io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini1-2/+11
2016-03-10io: fix copy+paste mistake in socket error messageDaniel P. Berrange1-1/+1
2016-02-23all: Clean up includesPeter Maydell1-0/+1
2016-02-15io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange1-1/+1
2016-02-15io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2-0/+51
2016-02-09qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini1-1/+1
2016-02-04io: Clean up includesPeter Maydell9-0/+9
2016-01-20io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange1-1/+5
2016-01-20io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange1-6/+16
2016-01-19io: increment counter when killing off subcommandDaniel P. Berrange1-0/+1
2016-01-19io: fix sign of errno value passed to error reportDaniel P. Berrange1-1/+1
2015-12-23io: fix stack allocation when sending of file descriptorsDaniel P. Berrange1-4/+3
2015-12-22io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange1-2/+8
2015-12-18io: add QIOChannelBuffer classDaniel P. Berrange2-0/+249
2015-12-18io: add QIOChannelCommand classDaniel P. Berrange2-0/+358
2015-12-18io: add QIOChannelWebsock classDaniel P. Berrange2-0/+963
2015-12-18io: add QIOChannelTLS classDaniel P. Berrange2-0/+394
2015-12-18io: add QIOChannelFile classDaniel P. Berrange2-0/+226
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange2-0/+742
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange2-0/+160
2015-12-18io: add helper module for creating watches on FDsDaniel P. Berrange2-0/+199
2015-12-18io: add abstract QIOChannel classesDaniel P. Berrange2-0/+292