]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Compile watchpoint.c once
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Mar 2025 02:58:53 +0000 (18:58 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Mar 2025 15:55:50 +0000 (07:55 -0800)
commit5469933810b00589d5db36408dd4e0236eec95ac
tree790e6eeb235471db09e5166c3f2ecc812e252f17
parentb9e3bf884aaa2d243fa3554c4dafea293187aa02
accel/tcg: Compile watchpoint.c once

Move tb_check_watchpoint declaration from tb-internal.h, which is
still target-specific, to internal-common.h, which isn't.
Otherwise, all that is required to build watchpoint.c once is
to include the new exec/cpu-interrupt.h instead of exec/exec-all.h.

Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/internal-common.h
accel/tcg/meson.build
accel/tcg/tb-internal.h
accel/tcg/watchpoint.c