Re: [PATCH v2 1/3] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function

2017-05-22 Thread Marc Zyngier
On 16/05/17 11:04, Christoffer Dall wrote: > We are about to differentiate between writes from a VCPU and from > userspace to the GIC's GICD_ISACTIVER and GICD_ICACTIVER registers due > to different synchronization requirements. > > Expand the macro to define a register description for the GIC to

[PATCH v2 1/3] KVM: arm/arm64: Allow GICv2 to supply a uaccess register function

2017-05-16 Thread Christoffer Dall
We are about to differentiate between writes from a VCPU and from userspace to the GIC's GICD_ISACTIVER and GICD_ICACTIVER registers due to different synchronization requirements. Expand the macro to define a register description for the GIC to take uaccess functions as well. Signed-off-by: