Re: [Xen-devel] [PATCH v2 41/41] arm : acpi route irq's at time of boot

2015-07-05 Thread Parth Dixit
+shannon On 8 June 2015 at 23:14, Julien Grall wrote: > Hi, > > On 17/05/2015 21:04, Parth Dixit wrote: >> >> NOTE: This is a wrokaround to be fixed later. > > > How do you plan to fix it? > >> Route all the irq's to Dom0 at the time of booting. >> Trigger and polarity will be set dyanmaically wh

Re: [Xen-devel] [PATCH v2 41/41] arm : acpi route irq's at time of boot

2015-06-08 Thread Julien Grall
Hi, On 17/05/2015 21:04, Parth Dixit wrote: NOTE: This is a wrokaround to be fixed later. How do you plan to fix it? Route all the irq's to Dom0 at the time of booting. Trigger and polarity will be set dyanmaically when s/dyanmaically/dynamically/ Dom0 request's for it. Signed-off-by: P

[Xen-devel] [PATCH v2 41/41] arm : acpi route irq's at time of boot

2015-05-17 Thread Parth Dixit
NOTE: This is a wrokaround to be fixed later. Route all the irq's to Dom0 at the time of booting. Trigger and polarity will be set dyanmaically when Dom0 request's for it. Signed-off-by: Parth Dixit --- xen/arch/arm/domain_build.c | 20 1 file changed, 20 insertions(+) diff