diff options
author | Richard Henderson | 2021-07-17 03:04:32 +0200 |
---|---|---|
committer | Richard Henderson | 2021-07-21 19:45:38 +0200 |
commit | 785ea711b114452889016f0d292b8f9e9da31752 (patch) | |
tree | 4abb46826983ea6217d25dbfde011735e53696ac /plugins | |
parent | accel/tcg: Expand ATOMIC_MMU_LOOKUP_* (diff) | |
download | qemu-785ea711b114452889016f0d292b8f9e9da31752.tar.gz qemu-785ea711b114452889016f0d292b8f9e9da31752.tar.xz qemu-785ea711b114452889016f0d292b8f9e9da31752.zip |
trace: Fold mem-internal.h into mem.h
Since the last thing that mem.h does is include mem-internal.h,
the symbols are not actually private.
Tested-by: Cole Robinson <crobinso@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/core.c b/plugins/core.c index e1bcdb570d..474db287cb 100644 --- a/plugins/core.c +++ b/plugins/core.c @@ -27,7 +27,7 @@ #include "exec/helper-proto.h" #include "tcg/tcg.h" #include "tcg/tcg-op.h" -#include "trace/mem-internal.h" /* mem_info macros */ +#include "trace/mem.h" /* mem_info macros */ #include "plugin.h" #include "qemu/compiler.h" |