summaryrefslogtreecommitdiffstats
path: root/io
Commit message (Expand)AuthorAgeFilesLines
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-131-1/+1
* sockets: Use new QAPI cloningEric Blake2016-07-061-4/+5
* socket: unlink unix socket on removeMarc-André Lureau2016-06-291-0/+10
* socket: add listen featureMarc-André Lureau2016-06-291-0/+7
* trace: split out trace events for io/ directoryDaniel P. Berrange2016-06-201-0/+63
* io: avoid double-free when closing QIOChannelBufferDaniel P. Berrange2016-05-261-0/+1
* qemu-common: stop including qemu/bswap.h from qemu-common.hPaolo Bonzini2016-05-191-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-227-0/+7
* osdep: remove use of socket_error() from all codeDaniel P. Berrange2016-03-101-19/+19
* io: implement socket watch for win32 using WSAEventSelect+selectPaolo Bonzini2016-03-103-7/+167
* io: remove checking of EWOULDBLOCKDaniel P. Berrange2016-03-103-12/+6Star
* io: use qemu_accept to ensure SOCK_CLOEXEC is setDaniel P. Berrange2016-03-101-2/+2
* io: introduce qio_channel_create_socket_watchPaolo Bonzini2016-03-102-3/+18
* io: pass HANDLE to g_source_add_poll on Win32Paolo Bonzini2016-03-101-2/+11
* io: fix copy+paste mistake in socket error messageDaniel P. Berrange2016-03-101-1/+1
* all: Clean up includesPeter Maydell2016-02-231-0/+1
* io: convert QIOChannelBuffer to use uint8_t instead of charDaniel P. Berrange2016-02-151-1/+1
* io: introduce helper for creating channels from file descriptorsDaniel P. Berrange2016-02-152-0/+51
* qemu-char, io: fix ordering of arguments for UDP socket creationPaolo Bonzini2016-02-091-1/+1
* io: Clean up includesPeter Maydell2016-02-049-0/+9
* io: use memset instead of { 0 } for initializing arrayDaniel P. Berrange2016-01-201-1/+5
* io: some fixes to handling of /dev/null when running commandsDaniel P. Berrange2016-01-201-6/+16
* io: increment counter when killing off subcommandDaniel P. Berrange2016-01-191-0/+1
* io: fix sign of errno value passed to error reportDaniel P. Berrange2016-01-191-1/+1
* io: fix stack allocation when sending of file descriptorsDaniel P. Berrange2015-12-231-4/+3Star
* io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connectionsDaniel P. Berrange2015-12-221-2/+8
* io: add QIOChannelBuffer classDaniel P. Berrange2015-12-182-0/+249
* io: add QIOChannelCommand classDaniel P. Berrange2015-12-182-0/+358
* io: add QIOChannelWebsock classDaniel P. Berrange2015-12-182-0/+963
* io: add QIOChannelTLS classDaniel P. Berrange2015-12-182-0/+394
* io: add QIOChannelFile classDaniel P. Berrange2015-12-182-0/+226
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-182-0/+742
* io: add QIOTask class for async operationsDaniel P. Berrange2015-12-182-0/+160
* io: add helper module for creating watches on FDsDaniel P. Berrange2015-12-182-0/+199
* io: add abstract QIOChannel classesDaniel P. Berrange2015-12-182-0/+292