diff options
| author | Emilio G. Cota <cota@braap.org> | 2018-10-20 19:48:36 -0400 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-28 15:12:38 +0000 |
| commit | cfec388518d299e77d26b93d92c33442f4daa62b (patch) | |
| tree | 8f388d9fa4fa9db4ae71e56912658faec8b696b5 /accel/tcg/cputlb.c | |
| parent | 38b47b19ec3adf6a96d68726dc29096b3aad780a (diff) | |
| download | focaccia-qemu-cfec388518d299e77d26b93d92c33442f4daa62b.tar.gz focaccia-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" |