]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Enable FEAT_XS for the max cpu
authorManos Pitsidianakis <manos.pitsidianakis@linaro.org>
Wed, 11 Dec 2024 14:44:39 +0000 (14:44 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2024 15:17:46 +0000 (15:17 +0000)
commit19db1d4da7ba78f3774624a4125c7c78542ed735
tree229d10724ff067121ba4440c3edddf99cf997b5e
parenta65a24b9cfcff5bb132386fc78ab87c0019d396c
target/arm: Enable FEAT_XS for the max cpu

Add FEAT_XS feature report value in max cpu's ID_AA64ISAR1 sys register.

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211144440.2700268-6-peter.maydell@linaro.org
[PMM: Add entry for FEAT_XS to documentation]
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
docs/system/arm/emulation.rst
target/arm/tcg/cpu64.c