Re: [PATCH 09/71] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset

2022-06-06 Thread Peter Maydell
On Thu, 2 Jun 2022 at 22:56, Richard Henderson wrote: > > We don't need to constrain the value set in zcr_el[1], > because it will be done by sve_zcr_len_for_el. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Reviewed-by:

[PATCH 09/71] target/arm: Do not use aarch64_sve_zcr_get_valid_len in reset

2022-06-02 Thread Richard Henderson
We don't need to constrain the value set in zcr_el[1], because it will be done by sve_zcr_len_for_el. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index d2bd74c2ed..0621944167 10064