target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 1 Aug 2022 15:21:17 +0000 (16:21 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Aug 2022 15:21:17 +0000 (16:21 +0100)
commit0dd14e9555225a2b1f56ccdab5eb99d1684869b9
treebb6a847ce45d9ab0088e310f066f30c328777b16
parent4e06b3fc1b5e1ec03f22190eabe56891dc9c2236
target/arm: Use kvm_arm_sve_supported in kvm_arm_get_host_cpu_features

Indication for support for SVE will not depend on whether we
perform the query on the main kvm_state or the temp vcpu.

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