On 1/23/22 05:24, Peter Maydell wrote:
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.mayd...@linaro.org>
---
  hw/intc/gicv3_internal.h   | 16 +++++++++++
  hw/intc/arm_gicv3_its.c    | 55 ++++++++++++++++++++++++++++++++++++++
  hw/intc/arm_gicv3_redist.c | 54 +++++++++++++++++++++++++++++++++++++
  3 files changed, 125 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to