Re: [Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread Julien Grall
Hi, On 10/10/2017 21:07, Stefano Stabellini wrote: CC'ing Jan and Andrew, just in case they disagree on this. On Tue, 10 Oct 2017, Julien Grall wrote: +unsigned long gicv3_its_make_hwdom_madt(const struct domain *d, void *base_ptr) +{ +unsigned int i; +void *fw_its; +struct acpi_ma

Re: [Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread Stefano Stabellini
CC'ing Jan and Andrew, just in case they disagree on this. On Tue, 10 Oct 2017, Julien Grall wrote: > > > +unsigned long gicv3_its_make_hwdom_madt(const struct domain *d, void > > > *base_ptr) > > > +{ > > > +unsigned int i; > > > +void *fw_its; > > > +struct acpi_madt_generic_translat

Re: [Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread Julien Grall
Hi, On 10/10/2017 20:15, Stefano Stabellini wrote: On Tue, 10 Oct 2017, mja...@caviumnetworks.com wrote: From: Manish Jaggi Add gicv3_its_make_hwdom_madt to update hwdom MADT ITS information. Reviewed-by: Andre Przywara Signed-off-by: Manish Jaggi --- xen/arch/arm/gic-v3-its.c| 19

Re: [Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread Stefano Stabellini
On Tue, 10 Oct 2017, mja...@caviumnetworks.com wrote: > From: Manish Jaggi > > Add gicv3_its_make_hwdom_madt to update hwdom MADT ITS information. > > Reviewed-by: Andre Przywara > Signed-off-by: Manish Jaggi > --- > xen/arch/arm/gic-v3-its.c| 19 +++ > xen/arch/arm/gi

Re: [Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread Julien Grall
On 10/10/17 13:52, mja...@caviumnetworks.com wrote: From: Manish Jaggi Add gicv3_its_make_hwdom_madt to update hwdom MADT ITS information. Reviewed-by: Andre Przywara Usually *-by are order from the oldest first to the earlier. This mean your Signed-off-by is first. Signed-off-by: Manis

[Xen-devel] [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

2017-10-10 Thread mjaggi
From: Manish Jaggi Add gicv3_its_make_hwdom_madt to update hwdom MADT ITS information. Reviewed-by: Andre Przywara Signed-off-by: Manish Jaggi --- xen/arch/arm/gic-v3-its.c| 19 +++ xen/arch/arm/gic-v3.c| 2 ++ xen/include/asm-arm/gic_v3_its.h | 8 +++