index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-28
trace: move util/buffer.c trace points into correct file
Daniel P. Berrange
1
-6
/
+0
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
2016-08-03
io: remove mistaken call to object_ref on QTask
Daniel P. Berrange
1
-2
/
+1
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
1
-1
/
+1
2016-07-06
sockets: Use new QAPI cloning
Eric Blake
1
-4
/
+5
2016-06-29
socket: unlink unix socket on remove
Marc-André Lureau
1
-0
/
+10
2016-06-29
socket: add listen feature
Marc-André Lureau
1
-0
/
+7
2016-06-20
trace: split out trace events for io/ directory
Daniel P. Berrange
1
-0
/
+63
2016-05-26
io: avoid double-free when closing QIOChannelBuffer
Daniel P. Berrange
1
-0
/
+1
2016-05-19
qemu-common: stop including qemu/bswap.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
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