Re: [PATCH v4 44/45] target/arm: Enable SME for user-only

2022-07-04 Thread Peter Maydell
On Tue, 28 Jun 2022 at 06:02, Richard Henderson wrote: > > Enable SME, TPIDR2_EL0, and FA64 if supported by the cpu. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v4 44/45] target/arm: Enable SME for user-only

2022-06-27 Thread Richard Henderson
Enable SME, TPIDR2_EL0, and FA64 if supported by the cpu. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index 20cb622083..87d836fb2f 100644 --- a/target/arm/cpu.c +++ b/target/arm/cpu.c @