]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move feature test functions to their own header
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 Oct 2023 16:35:05 +0000 (17:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 27 Oct 2023 10:44:32 +0000 (11:44 +0100)
commit5a534314a85b735f766aa64b35697ed1d59f7068
tree750ed0ee22a3383d6e5557c1a7a6d652fa6064b3
parentdfff1000fef24f6686e0be5e6472613985a363dc
target/arm: Move feature test functions to their own header

The feature test functions isar_feature_*() now take up nearly
a thousand lines in target/arm/cpu.h. This header file is included
by a lot of source files, most of which don't need these functions.
Move the feature test functions to their own header file.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20231024163510.2972081-2-peter.maydell@linaro.org
29 files changed:
bsd-user/arm/target_arch.h
hw/arm/armv7m.c
hw/intc/armv7m_nvic.c
linux-user/aarch64/cpu_loop.c
linux-user/aarch64/signal.c
linux-user/aarch64/target_prctl.h
linux-user/arm/signal.c
linux-user/elfload.c
linux-user/mmap.c
target/arm/arch_dump.c
target/arm/cpu-features.h [new file with mode: 0644]
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/debug_helper.c
target/arm/gdbstub.c
target/arm/helper.c
target/arm/internals.h
target/arm/kvm64.c
target/arm/machine.c
target/arm/ptw.c
target/arm/tcg/cpu64.c
target/arm/tcg/hflags.c
target/arm/tcg/m_helper.c
target/arm/tcg/op_helper.c
target/arm/tcg/pauth_helper.c
target/arm/tcg/tlb_helper.c
target/arm/tcg/translate.h
target/arm/vfp_helper.c