Re: [Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2016-01-05 Thread Stefano Stabellini
On Tue, 5 Jan 2016, Shannon Zhao wrote: > Hi, > > On 2015/11/30 23:42, Julien Grall wrote: > > Hi Shannon, > > > > On 17/11/15 09:40, shannon.z...@linaro.org wrote: > >> From: Parth Dixit > >> > >> Interrupt information is described in DSDT and is not available at > >> the time of booting. Confi

Re: [Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2016-01-05 Thread Shannon Zhao
Hi, On 2015/11/30 23:42, Julien Grall wrote: > Hi Shannon, > > On 17/11/15 09:40, shannon.z...@linaro.org wrote: >> From: Parth Dixit >> >> Interrupt information is described in DSDT and is not available at >> the time of booting. Configure the interrupts dynamically when requested >> by Dom0 >

Re: [Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2015-11-30 Thread Julien Grall
Hi Shannon, On 17/11/15 09:40, shannon.z...@linaro.org wrote: > From: Parth Dixit > > Interrupt information is described in DSDT and is not available at > the time of booting. Configure the interrupts dynamically when requested > by Dom0 Missing ".". As said on a previous version of this patch

Re: [Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2015-11-27 Thread Stefano Stabellini
On Fri, 27 Nov 2015, Stefano Stabellini wrote: > On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote: > > From: Parth Dixit > > > > Interrupt information is described in DSDT and is not available at > > the time of booting. Configure the interrupts dynamically when requested > > by Dom0 Actually

Re: [Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2015-11-27 Thread Stefano Stabellini
On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote: > From: Parth Dixit > > Interrupt information is described in DSDT and is not available at > the time of booting. Configure the interrupts dynamically when requested > by Dom0 > > Signed-off-by: Parth Dixit > Signed-off-by: Shannon Zhao > ---

[Xen-devel] [PATCH v3 60/62] arm/acpi: Configure interrupts dynamically

2015-11-17 Thread shannon . zhao
From: Parth Dixit Interrupt information is described in DSDT and is not available at the time of booting. Configure the interrupts dynamically when requested by Dom0 Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- xen/arch/arm/vgic.c | 19 +++ 1 file changed, 19 ins