Re: [PATCH v6 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM

2019-10-17 Thread Masayoshi Mizuma
On Wed, Oct 16, 2019 at 10:54:07AM +0200, Andrew Jones wrote: > Extend the SVE vq map initialization and validation with KVM's > supported vector lengths when KVM is enabled. In order to determine > and select supported lengths we add two new KVM functions for getting > and setting the KVM_REG_ARM6

[PATCH v6 8/9] target/arm/cpu64: max cpu: Support sve properties with KVM

2019-10-16 Thread Andrew Jones
Extend the SVE vq map initialization and validation with KVM's supported vector lengths when KVM is enabled. In order to determine and select supported lengths we add two new KVM functions for getting and setting the KVM_REG_ARM64_SVE_VLS pseudo-register. This patch has been co-authored with Richa