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
path:
root
/
accel
/
tcg
/
atomic_common.c.inc
Age
Commit message (
Expand
)
Author
2023-07-15
tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
Richard Henderson
2023-05-23
accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
Richard Henderson
2023-05-23
accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmu
Richard Henderson
2023-05-16
tcg: Widen helper_atomic_* addresses to uint64_t
Richard Henderson
2023-02-04
tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
Richard Henderson
2022-02-09
tracing: remove TCG memory access tracing
Alex Bennée
2021-10-05
trace: Split guest_mem_before
Richard Henderson
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
accel/tcg: Pass MemOpIdx to atomic_trace_*_post
Richard Henderson
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-07-21
accel/tcg: Push trace info building into atomic_common.c.inc
Richard Henderson
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini