aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/atomic_common.c.inc
AgeCommit message (Expand)AuthorFilesLines
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-1/+1
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-14/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-24/+4
2023-05-16tcg: Widen helper_atomic_* addresses to uint64_tRichard Henderson1-7/+7
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson1-0/+45
2022-02-09tracing: remove TCG memory access tracingAlex Bennée1-20/+0
2021-10-05trace: Split guest_mem_beforeRichard Henderson1-9/+3
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson1-10/+3
2021-10-05accel/tcg: Pass MemOpIdx to atomic_trace_*_postRichard Henderson1-15/+15
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson1-3/+3
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-3/+3
2021-07-21accel/tcg: Push trace info building into atomic_common.c.incRichard Henderson1-12/+25
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson1-0/+70
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-0/+54