Re: [PATCH v4 01/45] target/arm: Handle SME in aarch64_cpu_dump_state

2022-07-03 Thread Richard Henderson
On 7/1/22 15:41, Peter Maydell wrote: On Tue, 28 Jun 2022 at 05:25, Richard Henderson wrote: Dump SVCR, plus use the correct access check for Streaming Mode. Signed-off-by: Richard Henderson --- Reviewed-by: Peter Maydell Dumping the actual ZA storage seems like it would be more

Re: [PATCH v4 01/45] target/arm: Handle SME in aarch64_cpu_dump_state

2022-07-01 Thread Peter Maydell
On Tue, 28 Jun 2022 at 05:25, Richard Henderson wrote: > > Dump SVCR, plus use the correct access check for Streaming Mode. > > Signed-off-by: Richard Henderson > --- Reviewed-by: Peter Maydell Dumping the actual ZA storage seems like it would be more annoying than useful :-) thanks -- PMM

[PATCH v4 01/45] target/arm: Handle SME in aarch64_cpu_dump_state

2022-06-27 Thread Richard Henderson
Dump SVCR, plus use the correct access check for Streaming Mode. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index bb44ad45aa..4a35890853 100644 ---