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
/
util
/
qemu-sockets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-26
qemu-sockets: Simplify setting numeric and boolean options
Markus Armbruster
1
-9
/
+7
2015-02-26
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
1
-16
/
+18
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-sockets: Fix buffer overflow in inet_parse()
Kevin Wolf
1
-1
/
+1
2015-02-10
qemu-sockets: improve error reporting in unix_listen_opts
Paolo Bonzini
1
-6
/
+18
2014-10-09
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
1
-5
/
+15
2014-09-26
qemu-socket: Eliminate silly QERR_ macros
Markus Armbruster
1
-13
/
+13
2014-09-16
util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram()
Peter Maydell
1
-2
/
+1
2014-08-15
don't use 'Yoda conditions'
Gonglei
1
-1
/
+1
2014-06-23
qapi event: convert SPICE events
Wenchao Xia
1
-10
/
+0
2014-06-23
qapi: adjust existing defines
Wenchao Xia
1
-0
/
+10
2014-06-13
inet_listen_opts: add error checking
Gerd Hoffmann
1
-2
/
+13
2014-06-10
util/qemu-sockets.c: Avoid unused variable warnings
Peter Maydell
1
-2
/
+1
2014-05-21
qemu-socket: Clean up inet_connect_opts()
Markus Armbruster
1
-12
/
+16
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-9
/
+9
2013-10-02
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+3
2013-06-28
qemu-socket: don't leak opts on error
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: catch monitor_get_fd failures
Gerd Hoffmann
1
-1
/
+1
2013-06-28
qemu-socket: drop pointless allocation
Gerd Hoffmann
1
-1
/
+0
2013-06-28
qemu-socket: zero-initialize SocketAddress
Gerd Hoffmann
1
-2
/
+2
2013-06-18
qemu-socket: allow hostnames starting with a digit
Ján Tomko
1
-9
/
+4
2013-04-24
util: move socket_init() to osdep.c
Marc-André Lureau
1
-24
/
+0
2013-04-02
qemu-socket: set passed fd non-blocking in socket_connect()
Stefan Hajnoczi
1
-0
/
+1
2013-04-02
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
Stefan Hajnoczi
1
-2
/
+2
2013-03-22
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-15
/
+15
2013-03-22
nbd: Keep hostname and port separate
Kevin Wolf
1
-3
/
+3
2013-03-22
qemu-socket: Make socket_optslist public
Kevin Wolf
1
-12
/
+12
2013-03-22
MinGW: Replace setsockopt by qemu_setsocketopt
Stefan Weil
1
-5
/
+5
2013-03-13
chardev: add udp support to qapi
Gerd Hoffmann
1
-0
/
+25
2013-03-08
char-socket: fix error reporting
Anthony Liguori
1
-0
/
+4
2013-02-11
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-3
/
+3
2013-01-12
build: move libqemuutil.a components to util/
Paolo Bonzini
1
-0
/
+970