]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move error for sve%d property to arm_cpu_sve_finalize
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Jun 2022 17:51:55 +0000 (10:51 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 10:18:17 +0000 (11:18 +0100)
commit531cc510370eb7f672eaca416b0a3927806b3983
treecf692fd2d15f1bd10f5d73f7c8ed88075d2d55e7
parentf84734b87461fbf3ab349399f7936de832e477ed
target/arm: Move error for sve%d property to arm_cpu_sve_finalize

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220620175235.60881-12-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c