Re: [RFC PATCH v8 13/23] hw/intc/arm_gicv3: Add irq superpriority information

2024-03-21 Thread Jinjie Ruan via
On 2024/3/21 21:17, Peter Maydell wrote: > On Mon, 18 Mar 2024 at 09:38, Jinjie Ruan wrote: >> >> A SPI, PPI or SGI interrupt can have a superpriority property. So >> maintain superpriority information in PendingIrq and GICR/GICD. >> >> Signed-off-by: Jinjie Ruan >> Acked-by: Richard

Re: [RFC PATCH v8 13/23] hw/intc/arm_gicv3: Add irq superpriority information

2024-03-21 Thread Peter Maydell
On Mon, 18 Mar 2024 at 09:38, Jinjie Ruan wrote: > > A SPI, PPI or SGI interrupt can have a superpriority property. So > maintain superpriority information in PendingIrq and GICR/GICD. > > Signed-off-by: Jinjie Ruan > Acked-by: Richard Henderson > --- > v3: > - Place this ahead of implement

[RFC PATCH v8 13/23] hw/intc/arm_gicv3: Add irq superpriority information

2024-03-18 Thread Jinjie Ruan via
A SPI, PPI or SGI interrupt can have a superpriority property. So maintain superpriority information in PendingIrq and GICR/GICD. Signed-off-by: Jinjie Ruan Acked-by: Richard Henderson --- v3: - Place this ahead of implement GICR_INMIR. - Add Acked-by. --- include/hw/intc/arm_gicv3_common.h |