]> 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:05 +0000 (07:37 +0300)
commitd996783c4743adba032f41d1624d795180ee9ecb
tree6a1bd83ef87bbb3328222395d47aa788533eef46
parent2cc14aac8b4bd7b694c3a70926e9a7f46e2e5405
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