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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
qemu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-04
util: Introduce qemu_get_pid_name
Michal Privoznik
1
-0
/
+10
2016-10-04
seqlock: use atomic writes for the sequence
Paolo Bonzini
1
-2
/
+2
2016-10-04
atomic.h: comment on use of atomic_read/set
Alex Bennée
1
-0
/
+6
2016-10-04
atomic.h: fix __SANITIZE_THREAD__ build
Alex Bennée
1
-1
/
+1
2016-09-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+5
2016-09-28
coroutine: add qemu_coroutine_entered() function
Stefan Hajnoczi
1
-0
/
+13
2016-09-27
compiler: Swap 'public domain' header for license
Felipe Franciosi
1
-1
/
+5
2016-09-27
Jhash: add linux kernel jhashtable in qemu
Zhang Chen
1
-0
/
+59
2016-09-23
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
1
-1
/
+1
2016-09-23
util: Add UUID API
Fam Zheng
1
-0
/
+59
2016-09-20
blockdev: Add dynamic module loading for block drivers
Marc Mari
1
-0
/
+3
2016-09-15
Remove unused function declarations
Ladi Prosek
2
-6
/
+0
2016-09-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-35
/
+21
2016-09-13
cutils: Add test for buffer_is_zero
Richard Henderson
1
-0
/
+1
2016-09-13
cutils: Export only buffer_is_zero
Richard Henderson
1
-2
/
+0
2016-09-13
atomics: Use __atomic_*_n() variant primitives
Pranith Kumar
1
-16
/
+8
2016-09-13
atomics: Remove redundant barrier()'s
Pranith Kumar
1
-4
/
+4
2016-09-13
timer: update comments
Cao jin
1
-13
/
+6
2016-09-13
qtail: clean up direct access to tqe_prev field
Igor Mammedov
1
-0
/
+2
2016-09-13
timer/cpus: fix some typos and update some comments
Cao jin
1
-1
/
+1
2016-09-13
timer.h: fix inconsistency between comment and function prototype
Cao jin
1
-6
/
+11
2016-09-13
timer.h: fix typo
Cao jin
1
-3
/
+3
2016-09-05
coroutine: Assert that no locks are held on termination
Kevin Wolf
1
-0
/
+1
2016-09-05
coroutine: Let CoMutex remember who holds it
Kevin Wolf
1
-0
/
+1
2016-08-09
atomic: strip "const" from variables declared with typeof
Paolo Bonzini
1
-6
/
+48
2016-08-05
tcg: Lower indirect registers in a separate pass
Richard Henderson
1
-0
/
+1
2016-08-05
tcg: Include liveness info in the dumps
Richard Henderson
1
-1
/
+1
2016-08-03
osdep: Document differences in rounding macros
Eric Blake
1
-1
/
+5
2016-08-02
util: Drop inet_listen()
Cao jin
1
-2
/
+0
2016-08-02
util: drop unix_nonblocking_connect()
Cao jin
1
-3
/
+0
2016-08-02
util: drop inet_nonblocking_connect()
Cao jin
1
-3
/
+0
2016-08-02
fix qemu exit on memory hotplug when allocation fails at prealloc time
Igor Mammedov
1
-1
/
+1
2016-08-02
util/qht: Document memory ordering assumptions
Paolo Bonzini
1
-0
/
+5
2016-07-17
compiler: never omit assertions if using a static analysis tool
Paolo Bonzini
1
-0
/
+3
2016-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+2
2016-07-13
Improve block job rate limiting for small bandwidth values
Sascha Silbe
1
-9
/
+34
2016-07-13
coroutine: move entry argument to qemu_coroutine_create
Paolo Bonzini
2
-7
/
+5
2016-07-13
coroutine: use QSIMPLEQ instead of QTAILQ
Paolo Bonzini
2
-3
/
+3
2016-07-13
osdep: Introduce qemu_dup
Fam Zheng
1
-0
/
+3
2016-07-13
util: Fix MIN_NON_ZERO
Fam Zheng
1
-1
/
+2
2016-07-12
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...
Peter Maydell
29
-68
/
+62
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
14
-15
/
+16
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
9
-25
/
+23
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
6
-16
/
+17
2016-07-12
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
1
-8
/
+0
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
3
-4
/
+6
2016-07-12
bswap.h: Document cpu_to_* and *_to_cpu conversion functions
Peter Maydell
1
-0
/
+58
2016-07-12
bswap.h: Fix comment typo
Peter Maydell
1
-1
/
+1
2016-07-12
bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
Peter Maydell
1
-10
/
+0
2016-07-07
qdev: Eliminate qemu_add_globals() function
Eduardo Habkost
1
-1
/
+0
[next]