Re: [PATCH 1/2] hw/intc: GICv3 ITS implementation

2021-03-22 Thread shashi . mallela
Hi Peter, As per your suggestion, i have split the series into smaller pieces and shared newer patch-sets for review including cover letter. Also,have added virt board support and tested the same for functionality using kvm-unit-tests. Please ignore this patch and consider the latest series patch

Re: [PATCH 1/2] hw/intc: GICv3 ITS implementation

2021-03-16 Thread Peter Maydell
On Mon, 15 Mar 2021 at 16:49, Shashi Mallela wrote: > > Implementation of Interrupt Translation Service which allows eventid > from devices to be translated to physical LPI IntIds.Extended the > redistributor functionality to process LPI Interrupts as well. > > Signed-off-by: Shashi Mallela > ---

[PATCH 1/2] hw/intc: GICv3 ITS implementation

2021-03-15 Thread Shashi Mallela
Implementation of Interrupt Translation Service which allows eventid from devices to be translated to physical LPI IntIds.Extended the redistributor functionality to process LPI Interrupts as well. Signed-off-by: Shashi Mallela --- hw/intc/arm_gicv3.c|6 + hw/intc/arm_gic