summary refs log tree commit diff stats
path: root/target/ppc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-04-24 22:24:11 +0200
committerRichard Henderson <richard.henderson@linaro.org>2025-04-30 12:45:05 -0700
commitfe1a3ace13a8b53fc20c74fb7e3337f754396e6b (patch)
tree29dadd3b2dcbec03f1cb42f1867beb6f88ec7f6e /target/ppc
parentf12b717717c45627d667b609326fda54f0ad0394 (diff)
downloadfocaccia-qemu-fe1a3ace13a8b53fc20c74fb7e3337f754396e6b.tar.gz
focaccia-qemu-fe1a3ace13a8b53fc20c74fb7e3337f754396e6b.zip
accel/tcg: Extract probe API out of 'exec/exec-all.h'
Declare probe methods in "accel/tcg/probe.h" to emphasize
they are specific to TCG accelerator.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20250424202412.91612-13-philmd@linaro.org>
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/mem_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/mem_helper.c b/target/ppc/mem_helper.c
index d7e8d678f4..50f05a915e 100644
--- a/target/ppc/mem_helper.c
+++ b/target/ppc/mem_helper.c
@@ -25,6 +25,7 @@
 #include "exec/helper-proto.h"
 #include "helper_regs.h"
 #include "accel/tcg/cpu-ldst.h"
+#include "accel/tcg/probe.h"
 #include "internal.h"
 #include "qemu/atomic128.h"