[PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler

2016-04-15 Thread Andre Przywara
In contrast to GICv2 SGIs in a GICv3 implementation are not triggered by a MMIO write, but with a system register write. KVM knows about that register already, we just need to implement the handler and wire it up to the core KVM/ARM code. Signed-off-by: Andre Przywara

Re: [RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler

2016-04-11 Thread Andre Przywara
Hi, On 31/03/16 13:07, Christoffer Dall wrote: > On Fri, Mar 25, 2016 at 02:04:51AM +, Andre Przywara wrote: >> In contrast to GICv2 SGIs in a GICv3 implementation are not triggered >> by a MMIO write, but with a system register write. KVM knows about >> that register already, we just need to

[RFC PATCH 28/45] KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler

2016-03-24 Thread Andre Przywara
In contrast to GICv2 SGIs in a GICv3 implementation are not triggered by a MMIO write, but with a system register write. KVM knows about that register already, we just need to implement the handler and wire it up to the core KVM/ARM code. Signed-off-by: Andre Przywara ---