On 1/23/22 05:24, Peter Maydell wrote:
The GICR_CTLR.CES bit is a read-only bit which is set to 1 to indicate
that the GICR_CTLR.EnableLPIs bit can be written to 0 to disable
LPIs (as opposed to allowing LPIs to be enabled but not subsequently
disabled). Our implementation permits this, so advertise it
by setting CES to 1.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
hw/intc/gicv3_internal.h | 1 +
hw/intc/arm_gicv3_common.c | 4 ++++
2 files changed, 5 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~