Re: [Xen-devel] [PATCH RFC 13/35] ACPI: Introduce acpi_parse_entries

2015-02-10 Thread Julien Grall
Hi Stefano, On 05/02/2015 18:29, Stefano Stabellini wrote: On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: From: Naresh Bhat Introduce acpi_parse_entries Signed-off-by: Naresh Bhat --- xen/drivers/acpi/tables.c | 64 +++ xen/include/xen/acpi.

Re: [Xen-devel] [PATCH RFC 13/35] ACPI: Introduce acpi_parse_entries

2015-02-05 Thread Stefano Stabellini
On Wed, 4 Feb 2015, parth.di...@linaro.org wrote: > From: Naresh Bhat > > Introduce acpi_parse_entries > > Signed-off-by: Naresh Bhat > --- > xen/drivers/acpi/tables.c | 64 > +++ > xen/include/xen/acpi.h| 4 +++ > 2 files changed, 68 insertion

[Xen-devel] [PATCH RFC 13/35] ACPI: Introduce acpi_parse_entries

2015-02-04 Thread parth . dixit
From: Naresh Bhat Introduce acpi_parse_entries Signed-off-by: Naresh Bhat --- xen/drivers/acpi/tables.c | 64 +++ xen/include/xen/acpi.h| 4 +++ 2 files changed, 68 insertions(+) diff --git a/xen/drivers/acpi/tables.c b/xen/drivers/acpi/tables.