commit | 055658bf48fcc6afdf90810e7e8f4e98f486c0d2 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Dec 01 14:34:02 2015 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri May 20 15:39:53 2016 +0200 |
tree | b1d8fe657ecbf820c1687ae4316a205e77670b1a | |
parent | 69b6fe0c6e7f560165d655bbb127f8d69b7358ea [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>