mbox series

[0/3] target/arm: Fix kvm probe of ID_AA64ZFR0

Message ID 20220725181457.41083-1-richard.henderson@linaro.org
Headers show
Series target/arm: Fix kvm probe of ID_AA64ZFR0 | expand

Message

Richard Henderson July 25, 2022, 6:14 p.m. UTC
Our probing of this SVE register was done within an incorrect
vCPU environment, so that the id register was always RAZ.


r~


Richard Henderson (3):
  target/arm: Create kvm_arm_svm_supported
  target/arm: Set KVM_ARM_VCPU_SVE while probing the host
  target/arm: Move sve probe inside kvm >= 4.15 branch

 target/arm/kvm64.c | 50 +++++++++++++++++++++++++---------------------
 1 file changed, 27 insertions(+), 23 deletions(-)