Skip to content
  • Dave Martin's avatar
    arm64: Add SVE support · 468b9c95
    Dave Martin authored
    
    
    This patch enables the Scalable Vector Extension for the guest when
    the host supports it.
    
    This requires use of the new KVM_ARM_VCPU_FINALIZE ioctl before the
    vcpu is runnable, so a new hook kvm_cpu__configure_features() is
    added to provide an appropriate place to do this work.
    
    Signed-off-by: default avatarDave Martin <Dave.Martin@arm.com>
    468b9c95