Re: [PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface

2019-04-04 Thread Dave Martin
On Thu, Apr 04, 2019 at 06:25:39PM +0200, Andrew Jones wrote: > On Thu, Apr 04, 2019 at 03:50:56PM +0100, Dave Martin wrote: > > On Thu, Apr 04, 2019 at 03:57:06PM +0200, Andrew Jones wrote: > > > On Fri, Mar 29, 2019 at 01:00:43PM +, Dave Martin wrote: > > > > This patch adds the following

Re: [PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface

2019-04-04 Thread Andrew Jones
On Thu, Apr 04, 2019 at 03:50:56PM +0100, Dave Martin wrote: > On Thu, Apr 04, 2019 at 03:57:06PM +0200, Andrew Jones wrote: > > On Fri, Mar 29, 2019 at 01:00:43PM +, Dave Martin wrote: > > > This patch adds the following registers for access via the > > > KVM_{GET,SET}_ONE_REG interface: > >

Re: [PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface

2019-04-04 Thread Dave Martin
On Thu, Apr 04, 2019 at 03:57:06PM +0200, Andrew Jones wrote: > On Fri, Mar 29, 2019 at 01:00:43PM +, Dave Martin wrote: > > This patch adds the following registers for access via the > > KVM_{GET,SET}_ONE_REG interface: > > > > * KVM_REG_ARM64_SVE_ZREG(n, i) (n = 0..31) (in 2048-bit slices)

Re: [PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface

2019-04-04 Thread Andrew Jones
On Fri, Mar 29, 2019 at 01:00:43PM +, Dave Martin wrote: > This patch adds the following registers for access via the > KVM_{GET,SET}_ONE_REG interface: > > * KVM_REG_ARM64_SVE_ZREG(n, i) (n = 0..31) (in 2048-bit slices) > * KVM_REG_ARM64_SVE_PREG(n, i) (n = 0..15) (in 256-bit slices) > *

[PATCH v7 18/27] KVM: arm64/sve: Add SVE support to register access ioctl interface

2019-03-29 Thread Dave Martin
This patch adds the following registers for access via the KVM_{GET,SET}_ONE_REG interface: * KVM_REG_ARM64_SVE_ZREG(n, i) (n = 0..31) (in 2048-bit slices) * KVM_REG_ARM64_SVE_PREG(n, i) (n = 0..15) (in 256-bit slices) * KVM_REG_ARM64_SVE_FFR(i) (in 256-bit slices) In order to adapt