hw/intc/arm_gicv3: Implement ICV_ registers which are just accessors
commit77620ba65ef32121de20848f9635c4afe233a1ce
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)
tree497dd3d202617b35302063626b0e2bee506f4ba7
parent83f036fe3d56be237d87e32f44f3d46686e7eab7
hw/intc/arm_gicv3: Implement ICV_ registers which are just accessors

If the HCR_EL2.IMO or FMO bits are set, accesses to ICC_
system registers are redirected to be accesses to ICV_
registers (the guest-visible interface to the virtual
interrupt controller). Implement this behaviour for the
ICV_ registers which are simple accessors to the underlying
register state.

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