Re: [Xen-devel] [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes

2017-04-07 Thread André Przywara
On 08/04/17 00:12, Julien Grall wrote: > > > On 08/04/2017 00:06, André Przywara wrote: >> On 07/04/17 23:59, Julien Grall wrote: >>> Hi Andre, >>> >>> On 07/04/2017 18:32, Andre Przywara wrote: When creating the device tree for a domain using an emulated GICv3, we will later need to ad

Re: [Xen-devel] [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes

2017-04-07 Thread Julien Grall
On 08/04/2017 00:06, André Przywara wrote: On 07/04/17 23:59, Julien Grall wrote: Hi Andre, On 07/04/2017 18:32, Andre Przywara wrote: When creating the device tree for a domain using an emulated GICv3, we will later need to add the respective ITS subnodes as well. Prepare a stub function to

Re: [Xen-devel] [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes

2017-04-07 Thread André Przywara
On 07/04/17 23:59, Julien Grall wrote: > Hi Andre, > > On 07/04/2017 18:32, Andre Przywara wrote: >> When creating the device tree for a domain using an emulated GICv3, >> we will later need to add the respective ITS subnodes as well. >> Prepare a stub function to be later filled with the actual c

Re: [Xen-devel] [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes

2017-04-07 Thread Julien Grall
Hi Andre, On 07/04/2017 18:32, Andre Przywara wrote: When creating the device tree for a domain using an emulated GICv3, we will later need to add the respective ITS subnodes as well. Prepare a stub function to be later filled with the actual code. make_hwdom_dt_node will only create DT node f

[Xen-devel] [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes

2017-04-07 Thread Andre Przywara
When creating the device tree for a domain using an emulated GICv3, we will later need to add the respective ITS subnodes as well. Prepare a stub function to be later filled with the actual code. Signed-off-by: Andre Przywara --- xen/arch/arm/gic-v3.c| 4 +++- xen/include/asm-arm/gic