commit | 79717e4ac09c7c0c1414a3338fec457d982e9dd8 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Tue Dec 01 12:41:31 2015 +0000 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Fri May 20 15:39:53 2016 +0200 |
tree | 352d0155516eac5ca0d5b00de3f6ee1feb8c3245 | |
parent | 055658bf48fcc6afdf90810e7e8f4e98f486c0d2 [diff] |
KVM: arm/arm64: vgic-new: Add CONFIG registers handlers The config 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. Signed-off-by: Andre Przywara <andre.przywara@arm.com>