index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
Age
Commit message (
Expand
)
Author
2016-05-26
io: avoid double-free when closing QIOChannelBuffer
Daniel P. Berrange
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2016-03-10
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
2016-03-10
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
2016-03-10
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2016-03-10
io: pass HANDLE to g_source_add_poll on Win32
Paolo Bonzini
2016-03-10
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
2016-02-23
all: Clean up includes
Peter Maydell
2016-02-15
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
2016-02-15
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2016-02-09
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
2016-02-04
io: Clean up includes
Peter Maydell
2016-01-20
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
2016-01-20
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange
2016-01-19
io: increment counter when killing off subcommand
Daniel P. Berrange
2016-01-19
io: fix sign of errno value passed to error report
Daniel P. Berrange
2015-12-23
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
2015-12-22
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
2015-12-18
io: add QIOChannelWebsock class
Daniel P. Berrange
2015-12-18
io: add QIOChannelTLS class
Daniel P. Berrange
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
2015-12-18
io: add QIOTask class for async operations
Daniel P. Berrange
2015-12-18
io: add helper module for creating watches on FDs
Daniel P. Berrange
2015-12-18
io: add abstract QIOChannel classes
Daniel P. Berrange