commit | 2c234d6f18267614aaa9b0e9148a7daa6e2b234d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Dec 01 12:41:55 2015 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri May 20 15:39:54 2016 +0200 |
tree | 86d2f31a34f6832968185a94497cc12ed3e607b1 | |
parent | 79717e4ac09c7c0c1414a3338fec457d982e9dd8 [diff] |
KVM: arm/arm64: vgic-new: Add TARGET registers handlers The target register handlers are v2 emulation specific, so their implementation lives entirely in vgic-mmio-v2.c. We copy the old VGIC behaviour of assigning an IRQ to the first VCPU set in the target mask instead of making it possibly pending on multiple VCPUs. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>