hw/intc/arm_gicv3_its: Implement MOVALL
commitf6d1d9b4074d64de92f3ab4dfa50dc19548fdfd7
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 22 Jan 2022 18:24:43 +0000 (22 18:24 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 28 Jan 2022 14:29:47 +0000 (28 14:29 +0000)
tree1c1a0a2c6b16d600d497cd94ac7db43f1cde0ffb
parent8b8bb0146b5383188e045ab75a53a0e179614cad
hw/intc/arm_gicv3_its: Implement MOVALL

Implement the ITS MOVALL command, which takes all the pending
interrupts on a source redistributor and makes the not-pending on
that source redistributor and pending on a destination redistributor.

This is a GICv3 ITS command which we forgot to implement. (It is
not used by Linux guests.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220122182444.724087-14-peter.maydell@linaro.org
hw/intc/arm_gicv3_its.c
hw/intc/arm_gicv3_redist.c
hw/intc/gicv3_internal.h