Re: [PATCH v4 40/45] linux-user/aarch64: Implement SME signal handling

2022-07-04 Thread Peter Maydell
On Tue, 28 Jun 2022 at 05:53, Richard Henderson wrote: > > Set the SM bit in the SVE record on signal delivery, create the ZA record. > Restore SM and ZA state according to the records present on return. > > Signed-off-by: Richard Henderson > --- > linux-user/aarch64/signal.c | 162 +

[PATCH v4 40/45] linux-user/aarch64: Implement SME signal handling

2022-06-27 Thread Richard Henderson
Set the SM bit in the SVE record on signal delivery, create the ZA record. Restore SM and ZA state according to the records present on return. Signed-off-by: Richard Henderson --- linux-user/aarch64/signal.c | 162 +--- 1 file changed, 151 insertions(+), 11 deleti