On 1/23/22 05:24, Peter Maydell wrote:
The current ITS code clears GITS_CREADR when GITS_CTLR.ENABLED is set. This is not correct -- guest code can validly clear ENABLED and then set it again and expect the ITS to continue processing where it left off. Remove the erroneous assignment.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/intc/arm_gicv3_its.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~