Re: [RFC PATCH v2 19/23] KVM: arm64/sve: Report and enable SVE API extensions for userspace

2018-12-05 Thread Dave Martin
On Thu, Nov 22, 2018 at 03:23:13PM +, Alex Bennée wrote: > > Dave Martin writes: > > > This patch adds the necessary API extensions to allow userspace to > > detect SVE support for guests and enable it. > > > > A new capability KVM_CAP_ARM_SVE is defined to allow userspace to > > detect the

Re: [RFC PATCH v2 19/23] KVM: arm64/sve: Report and enable SVE API extensions for userspace

2018-11-22 Thread Alex Bennée
Dave Martin writes: > This patch adds the necessary API extensions to allow userspace to > detect SVE support for guests and enable it. > > A new capability KVM_CAP_ARM_SVE is defined to allow userspace to > detect the availability of the KVM SVE API extensions in the usual > way. > > Userspace

[RFC PATCH v2 19/23] KVM: arm64/sve: Report and enable SVE API extensions for userspace

2018-09-28 Thread Dave Martin
This patch adds the necessary API extensions to allow userspace to detect SVE support for guests and enable it. A new capability KVM_CAP_ARM_SVE is defined to allow userspace to detect the availability of the KVM SVE API extensions in the usual way. Userspace needs to enable SVE explicitly per