Re: [PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP

2022-04-08 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: Implement the GICv4 VMAPP command, which writes an entry to the vPE table. For GICv4.1 this command has extra fields in the command packet and additional behaviour. We define the 4.1-only fields with the FIELD macro, but only implement the GICv4.0 version of

[PATCH 09/41] hw/intc/arm_gicv3_its: Implement VMAPP

2022-04-08 Thread Peter Maydell
Implement the GICv4 VMAPP command, which writes an entry to the vPE table. For GICv4.1 this command has extra fields in the command packet and additional behaviour. We define the 4.1-only fields with the FIELD macro, but only implement the GICv4.0 version of the command. Signed-off-by: Peter Mayd