Re: [Xen-devel] [PATCH v2 39/41] arm : acpi configure interrupts dynamically

2015-07-05 Thread Parth Dixit
+shannon On 8 June 2015 at 23:09, Julien Grall wrote: > Hi Parth, > > On 17/05/2015 21:04, Parth Dixit wrote: >> >> Interrupt information is described in DSDT and is not available at >> the time of booting. Configure the interrupts dynamically when requested >> by Dom0 > > > Missing "." > > Also,

Re: [Xen-devel] [PATCH v2 39/41] arm : acpi configure interrupts dynamically

2015-06-08 Thread Julien Grall
Hi Parth, On 17/05/2015 21:04, Parth Dixit wrote: Interrupt information is described in DSDT and is not available at the time of booting. Configure the interrupts dynamically when requested by Dom0 Missing "." Also, I'm sure we talked about it multiple time. I'd like to keep the ACPI changes

[Xen-devel] [PATCH v2 39/41] arm : acpi configure interrupts dynamically

2015-05-17 Thread 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 --- xen/arch/arm/vgic.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/xen/arch/arm/vgic.c b/xen