index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qemu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aio: convert from RFifoLock to QemuRecMutex
Paolo Bonzini
2016-10-28
1
-54
/
+0
*
qemu-thread: introduce QemuRecMutex
Paolo Bonzini
2016-10-28
3
-0
/
+19
*
tcg: Add atomic128 helpers
Richard Henderson
2016-10-26
1
-0
/
+6
*
int128: Add int128_make128
Richard Henderson
2016-10-26
1
-5
/
+15
*
int128: Use __int128 if available
Richard Henderson
2016-10-26
1
-1
/
+134
*
exec: Avoid direct references to Int128 parts
Richard Henderson
2016-10-26
1
-0
/
+10
*
atomics: Add __nocheck atomic operations
Richard Henderson
2016-10-26
1
-9
/
+27
*
atomics: add atomic_op_fetch variants
Emilio G. Cota
2016-10-26
1
-0
/
+17
*
atomics: add atomic_xor
Emilio G. Cota
2016-10-26
1
-0
/
+4
*
atomics: Add parameters to macros
Richard Henderson
2016-10-26
1
-5
/
+5
*
hbitmap: serialization
Vladimir Sementsov-Ogievskiy
2016-10-24
1
-0
/
+79
*
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng
2016-10-24
1
-0
/
+21
*
block: Hide HBitmap in block dirty bitmap interface
Fam Zheng
2016-10-24
1
-0
/
+1
*
atomic: base mb_read/mb_set on load-acquire and store-release
Paolo Bonzini
2016-10-24
1
-62
/
+33
*
atomic: introduce smp_mb_acquire and smp_mb_release
Paolo Bonzini
2016-10-24
1
-20
/
+30
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-10-12
1
-0
/
+2
|
\
|
*
trace: provide mechanism for registering trace events
Daniel P. Berrange
2016-10-12
1
-0
/
+2
*
|
build: Work around SIZE_MAX bug in OSX headers
Eric Blake
2016-10-11
1
-0
/
+8
|
/
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-10
1
-5
/
+2
|
\
|
*
bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASK
Wei Yang
2016-10-08
1
-5
/
+2
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-10-10
3
-3
/
+19
|
\
\
|
|
/
|
/
|
|
*
util: Introduce qemu_get_pid_name
Michal Privoznik
2016-10-04
1
-0
/
+10
|
*
seqlock: use atomic writes for the sequence
Paolo Bonzini
2016-10-04
1
-2
/
+2
|
*
atomic.h: comment on use of atomic_read/set
Alex Bennée
2016-10-04
1
-0
/
+6
|
*
atomic.h: fix __SANITIZE_THREAD__ build
Alex Bennée
2016-10-04
1
-1
/
+1
*
|
coroutine: add a macro for the coroutine stack size
Peter Lieven
2016-09-29
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-29
1
-1
/
+5
|
\
|
*
compiler: Swap 'public domain' header for license
Felipe Franciosi
2016-09-27
1
-1
/
+5
*
|
coroutine: add qemu_coroutine_entered() function
Stefan Hajnoczi
2016-09-28
1
-0
/
+13
*
|
Jhash: add linux kernel jhashtable in qemu
Zhang Chen
2016-09-27
1
-0
/
+59
|
/
*
vl: Switch qemu_uuid to QemuUUID
Fam Zheng
2016-09-23
1
-1
/
+1
*
util: Add UUID API
Fam Zheng
2016-09-23
1
-0
/
+59
*
blockdev: Add dynamic module loading for block drivers
Marc Mari
2016-09-20
1
-0
/
+3
*
Remove unused function declarations
Ladi Prosek
2016-09-15
2
-6
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-15
4
-35
/
+21
|
\
|
*
cutils: Add test for buffer_is_zero
Richard Henderson
2016-09-13
1
-0
/
+1
|
*
cutils: Export only buffer_is_zero
Richard Henderson
2016-09-13
1
-2
/
+0
|
*
atomics: Use __atomic_*_n() variant primitives
Pranith Kumar
2016-09-13
1
-16
/
+8
|
*
atomics: Remove redundant barrier()'s
Pranith Kumar
2016-09-13
1
-4
/
+4
|
*
timer: update comments
Cao jin
2016-09-13
1
-13
/
+6
|
*
qtail: clean up direct access to tqe_prev field
Igor Mammedov
2016-09-13
1
-0
/
+2
*
|
timer/cpus: fix some typos and update some comments
Cao jin
2016-09-13
1
-1
/
+1
*
|
timer.h: fix inconsistency between comment and function prototype
Cao jin
2016-09-13
1
-6
/
+11
*
|
timer.h: fix typo
Cao jin
2016-09-13
1
-3
/
+3
|
/
*
coroutine: Assert that no locks are held on termination
Kevin Wolf
2016-09-05
1
-0
/
+1
*
coroutine: Let CoMutex remember who holds it
Kevin Wolf
2016-09-05
1
-0
/
+1
*
atomic: strip "const" from variables declared with typeof
Paolo Bonzini
2016-08-09
1
-6
/
+48
*
tcg: Lower indirect registers in a separate pass
Richard Henderson
2016-08-05
1
-0
/
+1
*
tcg: Include liveness info in the dumps
Richard Henderson
2016-08-05
1
-1
/
+1
*
osdep: Document differences in rounding macros
Eric Blake
2016-08-03
1
-1
/
+5
[prev]
[next]