Re: [PATCH v3 37/51] target/arm: Reset streaming sve state on exception boundaries

2022-06-24 Thread Peter Maydell
On Mon, 20 Jun 2022 at 19:14, Richard Henderson wrote: > > We can handle both exception entry and exception return by > hooking into aarch64_sve_change_el. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.c | 15 +-- > 1 file changed, 13 insertions(+), 2 deletions(-) >

[PATCH v3 37/51] target/arm: Reset streaming sve state on exception boundaries

2022-06-20 Thread Richard Henderson
We can handle both exception entry and exception return by hooking into aarch64_sve_change_el. Signed-off-by: Richard Henderson --- target/arm/helper.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helper.c index 26f4a4bc26.