[PATCH v4 24/56] KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlers
From: Christoffer Dall <hidden>
Date: 2016-05-18 12:33:37
Also in:
kvm, kvmarm
From: Christoffer Dall <hidden>
Date: 2016-05-18 12:33:37
Also in:
kvm, kvmarm
On Mon, May 16, 2016 at 10:53:12AM +0100, Andre Przywara wrote:
From: Marc Zyngier <redacted> Those three registers are v2 emulation specific, so their implementation lives entirely in vgic-mmio-v2.c. Also they are handled in one function, as their implementation is pretty simple. When the guest enables the distributor, we kick all VCPUs to get potentially pending interrupts serviced. Signed-off-by: Marc Zyngier <redacted> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Christoffer Dall <redacted>