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

2022-04-09 Thread Richard Henderson
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 *

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

2022-04-08 Thread Peter Maydell
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 *