Re: [PATCH v3 38/51] target/arm: Enable SME for -cpu max

2022-06-24 Thread Peter Maydell
On Mon, 20 Jun 2022 at 19:51, Richard Henderson wrote: > > Note that SME remains effectively disabled for user-only, > because we do not yet set CPACR_EL1.SMEN. This needs to > wait until the kernel ABI is implemented. > > Signed-off-by: Richard Henderson > --- > docs/system/arm/emulation.rst

[PATCH v3 38/51] target/arm: Enable SME for -cpu max

2022-06-20 Thread Richard Henderson
Note that SME remains effectively disabled for user-only, because we do not yet set CPACR_EL1.SMEN. This needs to wait until the kernel ABI is implemented. Signed-off-by: Richard Henderson --- docs/system/arm/emulation.rst | 4 target/arm/cpu64.c| 11 +++ 2 files