summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-297-0/+7
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2019-11-291-19/+19
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2019-11-293-7/+167
* io: remove checking of EWOULDBLOCKDaniel P. Berrange2019-11-293-12/+6
* io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange2019-11-291-2/+2
* io: introduce qio_channel_create_socket_watchPaolo Bonzini2019-11-292-3/+18
* io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini2019-11-291-2/+11
* io: fix copy+paste mistake in socket error messageDaniel P. Berrange2019-11-291-1/+1
* all: Clean up includesPeter Maydell2019-11-291-0/+1
* io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2019-11-291-1/+1
* io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2019-11-292-0/+51
* qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini2019-11-291-1/+1
* io: Clean up includesPeter Maydell2019-11-299-0/+9
* io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange2019-11-291-1/+5
* io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange2019-11-291-6/+16
* io: increment counter when killing off subcommandDaniel P. Berrange2019-11-291-0/+1
* io: fix sign of errno value passed to error reportDaniel P. Berrange2019-11-291-1/+1
* io: fix stack allocation when sending of file descriptorsDaniel P. Berrange2019-11-291-4/+3
* io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange2019-11-291-2/+8
* io: add QIOChannelBuffer classDaniel P. Berrange2019-11-292-0/+249
* io: add QIOChannelCommand classDaniel P. Berrange2019-11-292-0/+358
* io: add QIOChannelWebsock classDaniel P. Berrange2019-11-292-0/+963
* io: add QIOChannelTLS classDaniel P. Berrange2019-11-292-0/+394
* io: add QIOChannelFile classDaniel P. Berrange2019-11-292-0/+226
* io: add QIOChannelSocket classDaniel P. Berrange2019-11-292-0/+742
* io: add QIOTask class for async operationsDaniel P. Berrange2019-11-292-0/+160
* io: add helper module for creating watches on FDsDaniel P. Berrange2019-11-292-0/+199
* io: add abstract QIOChannel classesDaniel P. Berrange2019-11-292-0/+292
OpenPOWER on IntegriCloud