diff options
author | Emilio G. Cota | 2018-10-21 01:48:36 +0200 |
---|---|---|
committer | Alex Bennée | 2019-10-28 16:12:38 +0100 |
commit | cfec388518d299e77d26b93d92c33442f4daa62b (patch) | |
tree | 8f388d9fa4fa9db4ae71e56912658faec8b696b5 /accel/tcg/cputlb.c | |
parent | plugin-gen: add module for TCG-related code (diff) | |
download | qemu-cfec388518d299e77d26b93d92c33442f4daa62b.tar.gz qemu-cfec388518d299e77d26b93d92c33442f4daa62b.tar.xz qemu-cfec388518d299e77d26b93d92c33442f4daa62b.zip |
atomic_template: add inline trace/plugin helpers
In preparation for plugin support.
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/cputlb.c')
-rw-r--r-- | accel/tcg/cputlb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel/tcg/cputlb.c b/accel/tcg/cputlb.c index 82a5783a2b..82282d30d9 100644 --- a/accel/tcg/cputlb.c +++ b/accel/tcg/cputlb.c @@ -1825,6 +1825,8 @@ void helper_be_stq_mmu(CPUArchState *env, target_ulong addr, uint64_t val, #define ATOMIC_MMU_CLEANUP #define ATOMIC_MMU_IDX get_mmuidx(oi) +#include "atomic_common.inc.c" + #define DATA_SIZE 1 #include "atomic_template.h" |