target/arm: Remove dead code from cpu_max_set_sve_max_vq
commit51e41b236266cc5233eb5296e1f1d126ae11adcd
authorFabiano Rosas <farosas@suse.de>
Wed, 26 Apr 2023 18:00:02 +0000 (26 15:00 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 May 2023 09:21:32 +0000 (2 10:21 +0100)
treecd5db11bb3be7f2488f99cbcdc87958930dc3178
parent34bfe46732e7ddfcc68942f3d41366e147f5cd85
target/arm: Remove dead code from cpu_max_set_sve_max_vq

The sve-max-vq property has been removed from the -cpu max used with
KVM, so code under kvm_enabled in cpu_max_set_sve_max_vq is not
reachable.

Fixes: 0baa21be49 ("target/arm: Make KVM -cpu max exactly like -cpu host")
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-id: 20230426180013.14814-3-farosas@suse.de
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu64.c