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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-26
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
2
-7
/
+6
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2
-10
/
+13
2015-02-25
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2015-02-16-v2-tag'...
Peter Maydell
1
-16
/
+16
2015-02-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-6
/
+13
2015-02-18
error: Use error_report_err() where appropriate
Markus Armbruster
2
-10
/
+7
2015-02-18
error: New convenience function error_report_err()
Markus Armbruster
1
-0
/
+6
2015-02-16
utils: drop strtok_r from envlist_parse
Olga Krishtal
1
-16
/
+16
2015-02-11
rcu: run RCU callbacks under the BQL
Paolo Bonzini
1
-0
/
+5
2015-02-11
rcu: do not let RCU callbacks pile up indefinitely
Paolo Bonzini
1
-6
/
+8
2015-02-10
util/uri: URI member path can be null, compare more carfully
Markus Armbruster
1
-1
/
+2
2015-02-10
util/uri: realloc2n() can't fail, drop dead error handling
Markus Armbruster
1
-22
/
+0
2015-02-10
util/uri: uri_new() can't fail, drop dead error handling
Markus Armbruster
1
-25
/
+11
2015-02-10
qemu-option: Pair g_malloc() with g_free(), not free()
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-option: Replace pointless use of g_malloc0() by g_malloc()
Markus Armbruster
1
-2
/
+2
2015-02-10
qemu-sockets: Fix buffer overflow in inet_parse()
Kevin Wolf
1
-1
/
+1
2015-02-10
aes: remove a dead return statement
Paolo Bonzini
1
-1
/
+1
2015-02-10
qemu-sockets: improve error reporting in unix_listen_opts
Paolo Bonzini
1
-6
/
+18
2015-02-02
rcu: add call_rcu
Paolo Bonzini
1
-0
/
+119
2015-02-02
rcu: add rcu library
Paolo Bonzini
2
-0
/
+173
2015-02-02
qemu-thread: fix qemu_event without futexes
Paolo Bonzini
1
-0
/
+2
2015-01-13
qemu-thread: add per-thread atexit functions
Paolo Bonzini
2
-11
/
+74
2014-12-12
block: Don't add trailing space in "Formating..." message
Fam Zheng
1
-5
/
+5
2014-12-10
util: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-4
/
+4
2014-12-10
util: Fuse g_malloc(); memset() into g_new0()
Markus Armbruster
1
-2
/
+1
2014-12-10
util: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-26
/
+22
2014-12-10
Drop superfluous conditionals around g_strdup()
Markus Armbruster
1
-26
/
+17
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2
-2
/
+5
2014-11-17
acl: fix memory leak
Gonglei
1
-5
/
+5
2014-11-02
util: Improve os_mem_prealloc error message
Michal Privoznik
1
-1
/
+2
2014-10-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-10
/
+33
2014-10-09
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
1
-5
/
+15
2014-10-09
qemu-error: Add error_vreport()
Corey Minyard
1
-5
/
+18
2014-10-03
util: Emancipate id_wellformed() from QemuOpts
Markus Armbruster
3
-16
/
+30
2014-09-29
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-13
/
+13
2014-09-26
qemu-socket: Eliminate silly QERR_ macros
Markus Armbruster
1
-13
/
+13
2014-09-25
block: Validate node-name
Kevin Wolf
1
-2
/
+2
2014-09-16
util/qemu-sockets.c: Support specifying IPv4 or IPv6 in socket_dgram()
Peter Maydell
1
-2
/
+1
2014-09-09
util: Don't link host-utils.o if it's empty
Fam Zheng
2
-3
/
+2
2014-09-09
util: Move general qemu_getauxval to util/getauxval.c
Fam Zheng
1
-0
/
+8
2014-08-24
util/path: Use the GLib memory allocation routines
zhanghailiang
1
-5
/
+5
2014-08-15
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...
Peter Maydell
1
-1
/
+1
2014-08-15
don't use 'Yoda conditions'
Gonglei
1
-1
/
+1
2014-08-15
block: Introduce qemu_try_blockalign()
Kevin Wolf
2
-8
/
+17
2014-07-18
module: Don't complain when a module is absent
Andreas Färber
1
-3
/
+0
2014-07-18
module: Simplify module_load()
Andreas Färber
1
-4
/
+2
2014-07-14
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+13
2014-07-14
dma-helpers: Fix too long qiov
Kevin Wolf
1
-0
/
+13
2014-07-10
oslib-posix: Fix new compiler error with -Wclobbered
Stefan Weil
1
-14
/
+16
2014-06-26
qemu_opts_append: Play nicely with QemuOptsList's head
Michal Privoznik
1
-1
/
+10
2014-06-24
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-5
/
+5
[prev]
[next]