OSDN Git Service

target/arm: Enable FEAT_HCX for -cpu max
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 May 2022 05:48:44 +0000 (22:48 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2022 15:19:03 +0000 (16:19 +0100)
commit5814d587fe861fe9cab651638959f6db843df54e
tree8a131e97277a0d7e5a7ad6564ac4d373eebbff8e
parent07b034ea828eb089de1a88e0043a8f3065f2d205
target/arm: Enable FEAT_HCX for -cpu max

This feature adds a new register, HCRX_EL2, which controls
many of the newer AArch64 features.  So far the register is
effectively RES0, because none of the new features are done.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220517054850.177016-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/cpu64.c
target/arm/helper.c