index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
2016-10-31
cpu-exec: include cpu_index in CPU_LOG_EXEC messages
Alex Bennée
2016-10-31
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
2016-10-31
translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
Alex Bennée
2016-10-31
cpus: make all_vcpus_paused() return bool
Alex Bennée
2016-10-26
target-alpha: Emulate LL/SC using cmpxchg helpers
Richard Henderson
2016-10-26
target-alpha: Introduce MMU_PHYS_IDX
Richard Henderson
2016-10-26
target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}
Emilio G. Cota
2016-10-26
linux-user: remove handling of aarch64's EXCP_STREX
Emilio G. Cota
2016-10-26
linux-user: remove handling of ARM's EXCP_STREX
Emilio G. Cota
2016-10-26
target-arm: emulate aarch64's LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
target-arm: emulate SWP with atomic_xchg helper
Emilio G. Cota
2016-10-26
target-arm: emulate LL/SC using cmpxchg helpers
Emilio G. Cota
2016-10-26
target-arm: Rearrange aa32 load and store functions
Richard Henderson
2016-10-26
tests: add atomic_add-bench
Emilio G. Cota
2016-10-26
target-i386: remove helper_lock()
Emilio G. Cota
2016-10-26
target-i386: emulate XCHG using atomic helper
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed BTX ops using atomic helpers
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed XADD using atomic helper
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed NEG using cmpxchg helper
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed NOT using atomic helper
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed INC using atomic helper
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed OP instructions using atomic helpers
Emilio G. Cota
2016-10-26
target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpers
Emilio G. Cota
2016-10-26
tcg: Emit barriers with parallel_cpus
Richard Henderson
2016-10-26
tcg: Add CONFIG_ATOMIC64
Richard Henderson
2016-10-26
tcg: Add atomic128 helpers
Richard Henderson
2016-10-26
tcg: Add atomic helpers
Richard Henderson
2016-10-26
cputlb: Tidy some macros
Richard Henderson
2016-10-26
cputlb: Move most of iotlb code out of line
Richard Henderson
2016-10-26
cputlb: Remove includes from softmmu_template.h
Richard Henderson
2016-10-26
cputlb: Move probe_write out of softmmu_template.h
Richard Henderson
2016-10-26
cputlb: Replace SHIFT with DATA_SIZE
Richard Henderson
2016-10-26
linux-user: enable parallel code generation on clone
Alex Bennée
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-10-26
int128: Add int128_make128
Richard Henderson
2016-10-26
int128: Use __int128 if available
Richard Henderson
2016-10-26
exec: Avoid direct references to Int128 parts
Richard Henderson
2016-10-26
atomics: Add __nocheck atomic operations
Richard Henderson
2016-10-26
atomics: add atomic_op_fetch variants
Emilio G. Cota
2016-10-26
atomics: add atomic_xor
Emilio G. Cota
2016-10-26
atomics: Add parameters to macros
Richard Henderson
2016-10-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-25' into ...
Peter Maydell
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
2016-10-25
qapi: don't pass two copies of TestInputVisitorData to tests
Daniel P. Berrange
2016-10-25
qapi: rename QmpOutputVisitor to QObjectOutputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename QmpInputVisitor to QObjectInputVisitor
Daniel P. Berrange
2016-10-25
qapi: rename *qmp-*-visitor* to *qobject-*-visitor*
Daniel P. Berrange
2016-10-25
qapi: add trace events for visitor
Daniel P. Berrange
2016-10-25
trivial: Restore blank line in qapi-schema
Eric Blake
[next]