index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
7
-0
/
+7
2016-03-10
osdep: remove use of socket_error() from all code
Daniel P. Berrange
1
-19
/
+19
2016-03-10
io: implement socket watch for win32 using WSAEventSelect+select
Paolo Bonzini
3
-7
/
+167
2016-03-10
io: remove checking of EWOULDBLOCK
Daniel P. Berrange
3
-12
/
+6
2016-03-10
io: use qemu_accept to ensure SOCK_CLOEXEC is set
Daniel P. Berrange
1
-2
/
+2
2016-03-10
io: introduce qio_channel_create_socket_watch
Paolo Bonzini
2
-3
/
+18
2016-03-10
io: pass HANDLE to g_source_add_poll on Win32
Paolo Bonzini
1
-2
/
+11
2016-03-10
io: fix copy+paste mistake in socket error message
Daniel P. Berrange
1
-1
/
+1
2016-02-23
all: Clean up includes
Peter Maydell
1
-0
/
+1
2016-02-15
io: convert QIOChannelBuffer to use uint8_t instead of char
Daniel P. Berrange
1
-1
/
+1
2016-02-15
io: introduce helper for creating channels from file descriptors
Daniel P. Berrange
2
-0
/
+51
2016-02-09
qemu-char, io: fix ordering of arguments for UDP socket creation
Paolo Bonzini
1
-1
/
+1
2016-02-04
io: Clean up includes
Peter Maydell
9
-0
/
+9
2016-01-20
io: use memset instead of { 0 } for initializing array
Daniel P. Berrange
1
-1
/
+5
2016-01-20
io: some fixes to handling of /dev/null when running commands
Daniel P. Berrange
1
-6
/
+16
2016-01-19
io: increment counter when killing off subcommand
Daniel P. Berrange
1
-0
/
+1
2016-01-19
io: fix sign of errno value passed to error report
Daniel P. Berrange
1
-1
/
+1
2015-12-23
io: fix stack allocation when sending of file descriptors
Daniel P. Berrange
1
-4
/
+3
2015-12-22
io: fix setting of QIO_CHANNEL_FEATURE_FD_PASS on server connections
Daniel P. Berrange
1
-2
/
+8
2015-12-18
io: add QIOChannelBuffer class
Daniel P. Berrange
2
-0
/
+249
2015-12-18
io: add QIOChannelCommand class
Daniel P. Berrange
2
-0
/
+358
2015-12-18
io: add QIOChannelWebsock class
Daniel P. Berrange
2
-0
/
+963
2015-12-18
io: add QIOChannelTLS class
Daniel P. Berrange
2
-0
/
+394
2015-12-18
io: add QIOChannelFile class
Daniel P. Berrange
2
-0
/
+226
2015-12-18
io: add QIOChannelSocket class
Daniel P. Berrange
2
-0
/
+742
2015-12-18
io: add QIOTask class for async operations
Daniel P. Berrange
2
-0
/
+160
2015-12-18
io: add helper module for creating watches on FDs
Daniel P. Berrange
2
-0
/
+199
2015-12-18
io: add abstract QIOChannel classes
Daniel P. Berrange
2
-0
/
+292