]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Sep 2024 16:13:37 +0000 (17:13 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 04:37:14 +0000 (07:37 +0300)
commitf699c0267ba6aa10f8b32c734bdd61969c94c82d
tree7f4245fdeb53872e702bd878108f809097248c47
parent9a709679c3718e37d49bef6e87fcf96b69b207e3
target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1

The Neoverse-V1 TRM is a bit confused about the layout of the
ID_AA64ISAR1_EL1 register, and so its table 3-6 has the wrong value
for this ID register.  Trust instead section 3.2.74's list of which
fields are set.

This means that we stop incorrectly reporting FEAT_XS as present, and
now report the presence of FEAT_BF16.

Cc: qemu-stable@nongnu.org
Reported-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240917161337.3012188-1-peter.maydell@linaro.org
(cherry picked from commit 8676007eff04bb4e454bcdf92fab3f855bcc59b3)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/arm/tcg/cpu64.c