Re: [PATCH 4/4] target/arm: Enable FEAT_S2FWB for -cpu max

2022-05-06 Thread Richard Henderson
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 --- docs/system/arm/emulation.rst

[PATCH 4/4] target/arm: Enable FEAT_S2FWB for -cpu max

2022-05-05 Thread Peter Maydell
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 --- docs/system/arm/emulation.rst | 1 + target/arm/cpu64.c|