Re: [PATCH 03/71] target/arm: Remove route_to_el2 check from sve_exception_el

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 22:51, Richard Henderson wrote: > > We handle this routing in raise_exception. Promoting the value early > means that we can't directly compare FPEXC_EL and SVEEXC_EL. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 03/71] target/arm: Remove route_to_el2 check from sve_exception_el

2022-06-02 Thread Richard Henderson
We handle this routing in raise_exception. Promoting the value early means that we can't directly compare FPEXC_EL and SVEEXC_EL. Signed-off-by: Richard Henderson --- target/arm/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/arm/helper.c b/target/arm/helpe