Re: [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: The VSYNC command forces the ITS to synchronize all outstanding ITS operations for the specified vPEID, so that subsequent writse to writes. r~

Re: [PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: The VSYNC command forces the ITS to synchronize all outstanding ITS operations for the specified vPEID, so that subsequent writse to GITS_TRANSLATER honour them. The QEMU implementation is always in sync, so for us this is a nop, like the existing SYNC

[PATCH 17/41] hw/intc/arm_gicv3_its: Implement VSYNC

2022-04-08 Thread Peter Maydell
The VSYNC command forces the ITS to synchronize all outstanding ITS operations for the specified vPEID, so that subsequent writse to GITS_TRANSLATER honour them. The QEMU implementation is always in sync, so for us this is a nop, like the existing SYNC command. Signed-off-by: Peter Maydell ---