hw/intc/arm_gicv3: Add accessors for ICH_ system registers
commit83f036fe3d56be237d87e32f44f3d46686e7eab7
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jan 2017 11:15:09 +0000 (20 11:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 20 Jan 2017 11:15:09 +0000 (20 11:15 +0000)
tree35efe7b8bbdf5d625d7715446d1e7c22d5cbb82c
parent4eb833b5dfcfda23877b03546915c0f45613b7b5
hw/intc/arm_gicv3: Add accessors for ICH_ system registers

The GICv3 virtualization interface includes system registers
accessible only to the hypervisor which form the control
interface for interrupt virtualization. Implement these
registers.

The function gicv3_cpuif_virt_update() which determines
whether it needs to signal vIRQ, vFIQ or a maintenance
interrupt is introduced here as a stub function -- its
implementation will be added in a subsequent commit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1483977924-14522-9-git-send-email-peter.maydell@linaro.org
hw/intc/arm_gicv3_cpuif.c
hw/intc/trace-events