qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for


From: Richard Henderson
Subject: Re: [PATCH 37/41] hw/intc/arm_gicv3: Update ID and feature registers for GICv4
Date: Sat, 9 Apr 2022 13:47:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 4/8/22 07:15, Peter Maydell wrote:
Update the various GIC ID and feature registers for GICv4:
  * PIDR2 [7:4] is the GIC architecture revision
  * GICD_TYPER.DVIS is 1 to indicate direct vLPI injection support
  * GICR_TYPER.VLPIS is 1 to indicate redistributor support for vLPIs
  * GITS_TYPER.VIRTUAL is 1 to indicate vLPI support
  * GITS_TYPER.VMOVP is 1 to indicate that our VMOVP implementation
    handles cross-ITS synchronization for the guest
  * ICH_VTR_EL2.nV4 is 0 to indicate direct vLPI injection support

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  hw/intc/gicv3_internal.h   | 15 +++++++++++----
  hw/intc/arm_gicv3_common.c |  7 +++++--
  hw/intc/arm_gicv3_cpuif.c  |  6 +++++-
  hw/intc/arm_gicv3_dist.c   |  7 ++++---
  hw/intc/arm_gicv3_its.c    |  7 ++++++-
  hw/intc/arm_gicv3_redist.c |  2 +-
  6 files changed, 32 insertions(+), 12 deletions(-)

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

r~



reply via email to

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