Re: [Xen-devel] [PATCH v5 14/22] xen/arm: ITS: Allocate irq descriptors for LPIs

2015-08-04 Thread Julien Grall
Hi Vijay, On 27/07/15 12:11, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Allocate irq descriptors for LPIs dynamically and > also update irq_to_pending helper for LPIs You are mixing irq_desc and pending_irq aspect in the code which made quite difficult to review. It would have be

[Xen-devel] [PATCH v5 14/22] xen/arm: ITS: Allocate irq descriptors for LPIs

2015-07-27 Thread vijay . kilari
From: Vijaya Kumar K Allocate irq descriptors for LPIs dynamically and also update irq_to_pending helper for LPIs Signed-off-by: Vijaya Kumar K --- xen/arch/arm/gic-v3-its.c | 15 +++ xen/arch/arm/gic-v3.c |6 ++ xen/arch/arm/irq.c| 1