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
2014-03-09
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
3
-4
/
+10
2014-03-09
Add 'debug-threads' suboption to --name
Dr. David Alan Gilbert
2
-0
/
+15
2014-03-05
target-ppc: Add ISA2.06 divde[o] Instructions
Tom Musta
1
-0
/
+37
2014-03-05
target-ppc: Add ISA2.06 divdeu[o] Instructions
Tom Musta
1
-0
/
+38
2014-03-03
util/iov: Use qemu/sockets.h instead of conditional code
Stefan Weil
1
-8
/
+1
2014-02-28
modules: Fix building with --enable-modules
Fam Zheng
1
-1
/
+1
2014-02-25
modules: do not include gmodule-2.0 in static builds
Paolo Bonzini
1
-0
/
+2
2014-02-25
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
3
-0
/
+161
2014-02-24
Merge remote-tracking branch 'remotes/bonzini/configure' into staging
Peter Maydell
3
-2
/
+227
2014-02-21
blkverify: Extract qemu_iovec_clone() and qemu_iovec_compare() from blkverify.
Benoît Canet
1
-0
/
+106
2014-02-21
qemu-config: Sections must consist of keys
Max Reitz
1
-0
/
+6
2014-02-21
qemu-option: has_help_option() and is_valid_option_list()
Kevin Wolf
1
-0
/
+49
2014-02-20
module: implement module loading
Fam Zheng
1
-2
/
+143
2014-02-20
util: Split out exec_dir from os_find_datadir
Fam Zheng
2
-0
/
+84
2014-02-17
Use error_is_set() only when necessary
Markus Armbruster
2
-19
/
+19
2014-02-08
util/fifo8: clear fifo head upon reset
Beniamino Galvani
1
-0
/
+1
2014-02-08
util/fifo8: implement push/pop of multiple bytes
Beniamino Galvani
1
-0
/
+46
2014-02-01
osdep: drop unused #include "trace.h"
Stefan Hajnoczi
1
-1
/
+0
2014-01-24
qemu_memalign: Allow small alignments
Kevin Wolf
1
-0
/
+5
2014-01-24
qemu-progress: Fix progress printing on SIGUSR1
Kevin Wolf
1
-0
/
+10
2014-01-24
qemu-progress: Drop unused include
Kevin Wolf
1
-1
/
+0
2014-01-22
qemu-option: Add qemu_config_parse_qdict()
Max Reitz
1
-0
/
+100
2014-01-22
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2
-0
/
+37
2014-01-22
readline: move readline to a generic location
Stefan Hajnoczi
2
-0
/
+496
2014-01-17
Revert "error: Don't use error_report() for assertion msgs."
Peter Crosthwaite
1
-4
/
+4
2014-01-15
error: Don't use error_report() for assertion msgs.
Peter Crosthwaite
1
-4
/
+4
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
4
-20
/
+31
2014-01-13
bitmap: use long as index
Juan Quintela
1
-30
/
+30
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
3
-19
/
+10
2014-01-06
error: Add error_abort
Peter Crosthwaite
1
-1
/
+21
2013-12-06
Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging
Anthony Liguori
1
-0
/
+6
2013-11-30
util: Use qemu_getauxval in linux qemu_cache_utils_init
Richard Henderson
1
-31
/
+20
2013-11-30
osdep: Create qemu_getauxval and qemu_init_auxval
Richard Henderson
2
-0
/
+75
2013-11-28
util/error: Save errno from clobbering
Max Reitz
1
-0
/
+6
2013-11-14
qmp: access the local QemuOptsLists for drive option
Amos Kong
1
-1
/
+76
2013-10-17
qemu-thread: add QemuEvent
Paolo Bonzini
2
-0
/
+142
2013-10-17
compatfd: switch to QemuThread
Jan Kiszka
1
-13
/
+3
2013-10-11
blockdev: Separate ID generation from DriveInfo creation
Kevin Wolf
1
-0
/
+6
2013-10-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-2
/
+2
2013-10-05
util/path: Fix type which is longer than 8 bit for MinGW
Stefan Weil
1
-2
/
+2
2013-10-02
util: call socket_set_fast_reuse instead of setting SO_REUSEADDR
Sebastian Ottlik
1
-3
/
+3
2013-10-02
util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR
Sebastian Ottlik
2
-0
/
+22
2013-09-23
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-0
/
+7
2013-09-20
iov: avoid "orig_len may be used unitialized" warning
Michael Tokarev
1
-6
/
+4
2013-09-18
osdep: warn if open(O_DIRECT) on fails with EINVAL
Stefan Hajnoczi
1
-0
/
+7
2013-09-12
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
2
-7
/
+2
2013-09-11
Merge remote-tracking branch 'mdroth/qga-pull-2013-9-9' into staging
Anthony Liguori
1
-0
/
+35
2013-09-09
error: Add error_set_win32 and error_setg_win32
Tomoki Sekiyama
1
-0
/
+35
2013-09-06
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
2
-0
/
+397
2013-08-30
option: Add assigned flag to QEMUOptionParameter
Max Reitz
1
-0
/
+9
[next]