Re: [Qemu-devel] [PATCH 06/13] target/arm/kvm: max cpu: Enable SVE when available

2019-06-05 Thread Andrew Jones
On Wed, Jun 05, 2019 at 11:09:56AM +0200, Auger Eric wrote: > Hi Drew, > > On 5/12/19 10:36 AM, Andrew Jones wrote: > > Enable SVE in the KVM guest when the 'max' cpu type is configured > > and KVM supports it. KVM SVE requires use of the new finalize > > vcpu ioctl, so we add that now too. > > >

Re: [Qemu-devel] [PATCH 06/13] target/arm/kvm: max cpu: Enable SVE when available

2019-06-05 Thread Auger Eric
Hi Drew, On 5/12/19 10:36 AM, Andrew Jones wrote: > Enable SVE in the KVM guest when the 'max' cpu type is configured > and KVM supports it. KVM SVE requires use of the new finalize > vcpu ioctl, so we add that now too. > > Signed-off-by: Andrew Jones > --- > target/arm/cpu64.c | 1 + > targ

[Qemu-devel] [PATCH 06/13] target/arm/kvm: max cpu: Enable SVE when available

2019-05-12 Thread Andrew Jones
Enable SVE in the KVM guest when the 'max' cpu type is configured and KVM supports it. KVM SVE requires use of the new finalize vcpu ioctl, so we add that now too. Signed-off-by: Andrew Jones --- target/arm/cpu64.c | 1 + target/arm/kvm.c | 5 + target/arm/kvm64.c | 16