]> git.ipfire.org Git - thirdparty/qemu.git/commit
exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 1 Apr 2025 08:27:42 +0000 (10:27 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 22:07:32 +0000 (15:07 -0700)
commitd864cbb65da2220038a9b3aff98ae7f73a3198d3
tree03d995b68e64d74996cabdd9ea3ec4edaac1e964
parent42fa9665e598c268a7ccfab5b92636618d9574ec
exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'

Only 2 files requiring "accel/tcg/cpu-ldst.h" API do not
include it:
- accel/tcg/cpu-exec.c
- target/arm/tcg/sve_helper.c
Include it there and remove it from "exec/exec-all.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
include/exec/exec-all.h
target/arm/tcg/sve_helper.c