Re: [Xen-devel] [PATCH v3 61/62] arm/acpi: Add acpi parameter to enable/disable acpi

2015-11-17 Thread Julien Grall
On 17/11/15 12:57, Shannon Zhao wrote: > Hi, > > On 2015/11/17 20:26, Julien Grall wrote: >> Hi Shannon, >> >> I would have appreciate if you I had looked on comments made on the >> series sent by Parth. >> > I do look. But I didn't find "Follow-Ups" ones at [1]. And among the > mails which Parth

Re: [Xen-devel] [PATCH v3 61/62] arm/acpi: Add acpi parameter to enable/disable acpi

2015-11-17 Thread Shannon Zhao
Hi, On 2015/11/17 20:26, Julien Grall wrote: > Hi Shannon, > > I would have appreciate if you I had looked on comments made on the > series sent by Parth. > I do look. But I didn't find "Follow-Ups" ones at [1]. And among the mails which Parth forwarded to me there is no [PATCH v2 37/41]. This i

Re: [Xen-devel] [PATCH v3 61/62] arm/acpi: Add acpi parameter to enable/disable acpi

2015-11-17 Thread Julien Grall
Hi Shannon, I would have appreciate if you I had looked on comments made on the series sent by Parth. On 17/11/15 09:41, shannon.z...@linaro.org wrote: > From: Parth Dixit > > ACPI will be disabled by default. Define new command line parameter > "acpi" for enabling it. I don't think this is ri

[Xen-devel] [PATCH v3 61/62] arm/acpi: Add acpi parameter to enable/disable acpi

2015-11-17 Thread shannon . zhao
From: Parth Dixit ACPI will be disabled by default. Define new command line parameter "acpi" for enabling it. Signed-off-by: Parth Dixit Signed-off-by: Shannon Zhao --- xen/arch/arm/setup.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/xen/arch/arm/setup.c b/xen/