Re: [PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: The GICv4 ITS VMOVP command's semantics require it to perform the operation on every ITS connected to the same GIC that the ITS that received the command is attached to. This means that the GIC object needs to keep a pointer to every ITS that is connected to

[PATCH 15/41] hw/intc/arm_gicv3: Keep pointers to every connected ITS

2022-04-08 Thread Peter Maydell
The GICv4 ITS VMOVP command's semantics require it to perform the operation on every ITS connected to the same GIC that the ITS that received the command is attached to. This means that the GIC object needs to keep a pointer to every ITS that is connected to it (previously it was sufficient for th