Re: [Xen-devel] [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs

2015-09-09 Thread Julien Grall
On 09/09/15 14:16, Ian Campbell wrote: > On Mon, 2015-08-31 at 16:36 +0530, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> Define msi_desc structure for arm and introduce >> helper functions to access msi_desc member variables. >> >> Signed-off-by: Vijaya Kumar K >> --- >> xen/arch/

Re: [Xen-devel] [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs

2015-09-09 Thread Ian Campbell
On Mon, 2015-08-31 at 16:36 +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Define msi_desc structure for arm and introduce > helper functions to access msi_desc member variables. > > Signed-off-by: Vijaya Kumar K > --- > xen/arch/arm/gic-v3-its.c | 28 +++

Re: [Xen-devel] [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs

2015-08-31 Thread Julien Grall
Hi Vijay, On 31/08/2015 12:06, vijay.kil...@gmail.com wrote: From: Vijaya Kumar K Define msi_desc structure for arm and introduce helper functions to access msi_desc member variables. IHMO none of those helpers are useful in the code given you are only using in an handful number of places a

[Xen-devel] [PATCH v6 08/31] xen/arm: ITS: Introduce msi_desc for LPIs

2015-08-31 Thread vijay . kilari
From: Vijaya Kumar K Define msi_desc structure for arm and introduce helper functions to access msi_desc member variables. Signed-off-by: Vijaya Kumar K --- xen/arch/arm/gic-v3-its.c | 28 xen/arch/arm/irq.c| 12 xen/include/asm-arm