Re: [PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: The VINVALL command should cause any cached information in the ITS or redistributor for the specified vCPU to be dropped or otherwise made consistent with the in-memory LPI configuration tables. Here we implement the command and table parsing, leaving the re

[PATCH 21/41] hw/intc/arm_gicv3_its: Implement VINVALL

2022-04-08 Thread Peter Maydell
The VINVALL command should cause any cached information in the ITS or redistributor for the specified vCPU to be dropped or otherwise made consistent with the in-memory LPI configuration tables. Here we implement the command and table parsing, leaving the redistributor part as a stub for the momen