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