index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io
Commit message (
Expand
)
Author
Age
Files
Lines
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2019-11-29
7
-0
/
+7
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2019-11-29
1
-19
/
+19
*
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
2019-11-29
3
-7
/
+167
*
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
2019-11-29
3
-12
/
+6
*
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
2019-11-29
1
-2
/
+2
*
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2019-11-29
2
-3
/
+18
*
io: pass HANDLE to g_source_add_poll on Win32
Paolo Bonzini
2019-11-29
1
-2
/
+11
*
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
2019-11-29
1
-1
/
+1
*
all: Clean up includes
Peter Maydell
2019-11-29
1
-0
/
+1
*
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
2019-11-29
1
-1
/
+1
*
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2019-11-29
2
-0
/
+51
*
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
2019-11-29
1
-1
/
+1
*
io: Clean up includes
Peter Maydell
2019-11-29
9
-0
/
+9
*
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
2019-11-29
1
-1
/
+5
*
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange
2019-11-29
1
-6
/
+16
*
io: increment counter when killing off subcommand
Daniel P. Berrange
2019-11-29
1
-0
/
+1
*
io: fix sign of errno value passed to error report
Daniel P. Berrange
2019-11-29
1
-1
/
+1
*
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
2019-11-29
1
-4
/
+3
*
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
2019-11-29
1
-2
/
+8
*
io: add QIOChannelBuffer class
Daniel P. Berrange
2019-11-29
2
-0
/
+249
*
io: add QIOChannelCommand class
Daniel P. Berrange
2019-11-29
2
-0
/
+358
*
io: add QIOChannelWebsock class
Daniel P. Berrange
2019-11-29
2
-0
/
+963
*
io: add QIOChannelTLS class
Daniel P. Berrange
2019-11-29
2
-0
/
+394
*
io: add QIOChannelFile class
Daniel P. Berrange
2019-11-29
2
-0
/
+226
*
io: add QIOChannelSocket class
Daniel P. Berrange
2019-11-29
2
-0
/
+742
*
io: add QIOTask class for async operations
Daniel P. Berrange
2019-11-29
2
-0
/
+160
*
io: add helper module for creating watches on FDs
Daniel P. Berrange
2019-11-29
2
-0
/
+199
*
io: add abstract QIOChannel classes
Daniel P. Berrange
2019-11-29
2
-0
/
+292