target/arm: Enable FEAT_CSV3 for -cpu max
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 6 May 2022 18:02:39 +0000 (13:02 -0500)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 May 2022 10:47:54 +0000 (11:47 +0100)
commit3082b86b107ec7a26352bd18ada295ac1cc4faca
tree1d688557e91434c39542c612bbea4c4ac5a7bc7b
parent7cb1e61851332ea661d4ef6c1d958e3cdbffe2d8
target/arm: Enable FEAT_CSV3 for -cpu max

This extension concerns cache speculation, which TCG does
not implement.  Thus we can trivially enable this feature.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220506180242.216785-22-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/emulation.rst
target/arm/cpu64.c
target/arm/cpu_tcg.c