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
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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
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-23
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
2
-87
/
+1
2014-06-23
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
1
-12
/
+39
2014-06-21
QemuOpts: check NULL opts in qemu_opt_get functions
Chunyan Liu
1
-4
/
+24
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+92
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
2
-0
/
+92
2014-06-19
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
1
-4
/
+6
2014-06-19
w32: Fix regression caused by new g_poll implementation
Stefan Weil
1
-78
/
+174
2014-06-18
util: add return value to qemu_iovec_concat_iov
Paolo Bonzini
1
-4
/
+6
2014-06-16
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
1
-0
/
+343
2014-06-16
util: Add InvMixColumns
Tom Musta
1
-0
/
+265
2014-06-16
util: Add AES ShiftRows and InvShiftRows Tables
Tom Musta
1
-0
/
+8
2014-06-16
util: Add S-Box and InvS-Box Arrays to Common AES Utils
Tom Musta
1
-0
/
+70
2014-06-16
QemuOpts: cleanup tmp 'allocated' member from QemuOptsList
Chunyan Liu
1
-24
/
+3
2014-06-16
cleanup QEMUOptionParameter
Chunyan Liu
1
-423
/
+4
2014-06-16
QemuOpts: export qemu_opt_find
Chunyan Liu
1
-1
/
+1
2014-06-16
QemuOpts: check NULL input for qemu_opts_del
Chunyan Liu
1
-0
/
+4
2014-06-16
QemuOpts: add qemu_opts_append to replace append_option_parameters
Chunyan Liu
1
-0
/
+67
2014-06-16
QemuOpts: add conversion between QEMUOptionParameter to QemuOpts
Chunyan Liu
1
-0
/
+153
2014-06-16
QemuOpts: add qemu_opts_print_help to replace print_option_help
Chunyan Liu
1
-0
/
+13
2014-06-16
QemuOpts: add qemu_opt_get_*_del functions for replace work
Chunyan Liu
1
-13
/
+104
2014-06-16
QemuOpts: move qemu_opt_del ahead for later calling
Chunyan Liu
1
-8
/
+8
2014-06-16
QemuOpts: change opt->name|str from (const char *) to (char *)
Chunyan Liu
1
-2
/
+2
2014-06-16
qapi: output def_value_str when query command line options
Chunyan Liu
1
-0
/
+4
2014-06-16
QemuOpts: add def_value_str to QemuOptDesc
Chunyan Liu
1
-7
/
+49
2014-06-16
QemuOpts: repurpose qemu_opts_print to replace print_option_parameters
Chunyan Liu
1
-6
/
+4
2014-06-16
QemuOpts: move find_desc_by_name ahead for later calling
Chunyan Liu
1
-14
/
+14
2014-06-13
inet_listen_opts: add error checking
Gerd Hoffmann
1
-2
/
+13
2014-06-11
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-0
/
+15
2014-06-11
readline: Clear screen on form feed.
Hani Benhabiles
1
-0
/
+9
2014-06-11
readline: Make completion strings always unique
Hani Benhabiles
1
-0
/
+6
2014-06-11
util/qemu-openpty: fix build with musl libc by include termios.h as fallback
Natanael Copa
1
-0
/
+2
2014-06-11
util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
Peter Maydell
1
-7
/
+2
2014-06-10
util/qemu-sockets.c: Avoid unused variable warnings
Peter Maydell
1
-2
/
+1
2014-06-04
throttle: add throttle_detach/attach_aio_context()
Stefan Hajnoczi
1
-4
/
+23
2014-05-22
Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging
Peter Maydell
2
-17
/
+16
2014-05-21
error: error_is_set() is finally unused; remove
Markus Armbruster
1
-5
/
+0
2014-05-21
qemu-socket: Clean up inet_connect_opts()
Markus Armbruster
1
-12
/
+16
[next]