Re: [PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts

2022-04-09 Thread Richard Henderson
On 4/8/22 07:15, Peter Maydell wrote: Implement the ITS side of the handling of the INV command for virtual interrupts; as usual this calls into a redistributor function which we leave as a stub to fill in later. Signed-off-by: Peter Maydell --- hw/intc/gicv3_internal.h | 9 + hw/i

[PATCH 19/41] hw/intc/arm_gicv3_its: Implement INV for virtual interrupts

2022-04-08 Thread Peter Maydell
Implement the ITS side of the handling of the INV command for virtual interrupts; as usual this calls into a redistributor function which we leave as a stub to fill in later. Signed-off-by: Peter Maydell --- hw/intc/gicv3_internal.h | 9 + hw/intc/arm_gicv3_its.c| 16 +