summaryrefslogtreecommitdiff
path: root/SubmittingPatches
diff options
context:
space:
mode:
Diffstat (limited to 'SubmittingPatches')
0 files changed, 0 insertions, 0 deletions
ea'>diff)
KVM: arm/arm64: vgic-new: Add PRIORITY registers handlers
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 <christoffer.dall@linaro.org>
Diffstat
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio-v2.c2
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio.c40
-rw-r--r--virt/kvm/arm/vgic/vgic-mmio.h7
-rw-r--r--virt/kvm/arm/vgic/vgic.h2
4 files changed, 50 insertions, 1 deletions
diff --git a/virt/kvm/arm/vgic/vgic-mmio-v2.c b/virt/kvm/arm/vgic/vgic-mmio-v2.c