commit | 621ecd8d2123bc13e140b519e01a18200aeb614c | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Jan 26 15:31:15 2016 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri May 20 15:39:59 2016 +0200 |
tree | 45c6233e220991ed99275f5a1b60a33b8d4a35a1 | |
parent | 78a714aba030395e72d03f0ff8a4c1481956e808 [diff] |
KVM: arm/arm64: vgic-new: Add GICv3 SGI system register trap handler 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 <andre.przywara@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>