qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 13/14] hw/intc/arm_gicv3_its: Implement MOVALL


From: Richard Henderson
Subject: Re: [PATCH 13/14] hw/intc/arm_gicv3_its: Implement MOVALL
Date: Fri, 28 Jan 2022 14:37:39 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

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.maydell@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]