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(-)
>
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.