]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Name CPState type
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 05:49:50 +0000 (22:49 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 08:35:51 +0000 (09:35 +0100)
commitd95101d6026641e9116225b5a22bbe6c4621828d
tree9b976ecb3277b53c2f998ade3682d52f8de85a04
parent39107337181e0cfcbd92e67d10dce3acd5a13f0a
target/arm: Name CPState type

Give this enum a name and use in ARMCPRegInfo,
add_cpreg_to_hashtable and define_one_arm_cp_reg_with_opaque.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220501055028.646596-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpregs.h
target/arm/helper.c