Re: [PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: Implement the GICv4 VMOVP command, which updates an entry in the vPE table to change its rdbase field. This command is unique in the ITS command set because its effects must be propagated to all the other ITSes connected to the same GIC as the ITS which execu

[PATCH 16/41] hw/intc/arm_gicv3_its: Implement VMOVP

2022-04-08 Thread Peter Maydell
Implement the GICv4 VMOVP command, which updates an entry in the vPE table to change its rdbase field. This command is unique in the ITS command set because its effects must be propagated to all the other ITSes connected to the same GIC as the ITS which executes the VMOVP command. The GICv4 spec a