On 5/5/22 13:39, Peter Maydell wrote:
Enable the FEAT_S2FWB for -cpu max. Since FEAT_S2FWB requires that CLIDR_EL1.{LoUU,LoUIS} are zero, we explicitly squash these (the inherited CLIDR_EL1 value from the Cortex-A57 has them as 1).Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- docs/system/arm/emulation.rst | 1 + target/arm/cpu64.c | 10 ++++++++++ 2 files changed, 11 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~