Re: [PATCH 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize

2022-06-07 Thread Peter Maydell
On Thu, 2 Jun 2022 at 23:10, Richard Henderson wrote: > > Keep all of the error messages together. This does mean that > when setting many sve length properties we'll only generate > one error, but we only really need one. > > Signed-off-by: Richard Henderson > --- > target/arm/cpu64.c | 15 +++

[PATCH 31/71] target/arm: Move error for sve%d property to arm_cpu_sve_finalize

2022-06-02 Thread Richard Henderson
Keep all of the error messages together. This does mean that when setting many sve length properties we'll only generate one error, but we only really need one. Signed-off-by: Richard Henderson --- target/arm/cpu64.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --