[PATCH v4 28/56] KVM: arm/arm64: vgic-new: Add PRIORITY registers handlers
From: Christoffer Dall <hidden>
Date: 2016-05-18 14:15:47
Also in:
kvm, kvmarm
From: Christoffer Dall <hidden>
Date: 2016-05-18 14:15:47
Also in:
kvm, kvmarm
On Mon, May 16, 2016 at 10:53:16AM +0100, Andre Przywara wrote:
The priority register handlers are shared between the v2 and v3 emulation, so their implementation goes into vgic-mmio.c, to be easily referenced from the v3 emulation as well later. There is a corner case when we change the priority of a pending interrupt which we don't handle at the moment. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Christoffer Dall <redacted>