Re: [PATCH v7 05/10] hw/intc: GICv3 ITS Feature enablement

2021-08-10 Thread Neil Armstrong
On 06/08/2021 00:29, Shashi Mallela wrote: > Added properties to enable ITS feature and define qemu system > address space memory in gicv3 common,setup distributor and > redistributor registers to indicate LPI support. > > Signed-off-by: Shashi Mallela > Reviewed-by: Peter Maydell > --- > hw/in

[PATCH v7 05/10] hw/intc: GICv3 ITS Feature enablement

2021-08-05 Thread Shashi Mallela
Added properties to enable ITS feature and define qemu system address space memory in gicv3 common,setup distributor and redistributor registers to indicate LPI support. Signed-off-by: Shashi Mallela Reviewed-by: Peter Maydell --- hw/intc/arm_gicv3_common.c | 12 hw/intc/ar