Re: [Xen-devel] [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0

2015-07-13 Thread Stefano Stabellini
On Mon, 13 Jul 2015, Julien Grall wrote: > Hi Stefano, > > On 13/07/2015 18:32, Stefano Stabellini wrote: > > > > All these #ifdefs are a bit ugly. Couldn't we just build this code > > always, even on arm32, relying on dt_match_node not to match in that > > case? > > I'm not in favor of any ITS

Re: [Xen-devel] [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0

2015-07-13 Thread Julien Grall
Hi Stefano, On 13/07/2015 18:32, Stefano Stabellini wrote: All these #ifdefs are a bit ugly. Couldn't we just build this code always, even on arm32, relying on dt_match_node not to match in that case? I'm not in favor of any ITS code in the common code unless it's strictly necessary. In th

Re: [Xen-devel] [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0

2015-07-13 Thread Stefano Stabellini
On Fri, 10 Jul 2015, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Parse host dt and generate ITS node for Dom0. > ITS node resides inside GIC node so when GIC node > is encountered look for ITS node. > > Signed-off-by: Vijaya Kumar K > --- > v4: - Generate only one ITS node for Dom0

[Xen-devel] [PATCH v4 16/17] xen/arm: ITS: Generate ITS node for Dom0

2015-07-10 Thread vijay . kilari
From: Vijaya Kumar K Parse host dt and generate ITS node for Dom0. ITS node resides inside GIC node so when GIC node is encountered look for ITS node. Signed-off-by: Vijaya Kumar K --- v4: - Generate only one ITS node for Dom0 - Replace msi-parent references to single its phandle --- xen/a