Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-09-01 Thread Boris Ostrovsky
On 09/01/2016 08:55 PM, Shannon Zhao wrote: > > On 2016/9/1 20:53, Boris Ostrovsky wrote: >> On 08/31/2016 11:18 PM, Shannon Zhao wrote: On 2016/8/30 1:46, Julien Grall wrote: diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile index d741ac5..7f50a33 100644

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-09-01 Thread Shannon Zhao
On 2016/9/1 20:53, Boris Ostrovsky wrote: > On 08/31/2016 11:18 PM, Shannon Zhao wrote: >> > >> > On 2016/8/30 1:46, Julien Grall wrote: >>> diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile >>> index d741ac5..7f50a33 100644 >>> --- a/tools/libacpi/Makefile >>> +++

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-09-01 Thread Boris Ostrovsky
On 08/31/2016 11:18 PM, Shannon Zhao wrote: > > On 2016/8/30 1:46, Julien Grall wrote: >>> diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile >>> index d741ac5..7f50a33 100644 >>> --- a/tools/libacpi/Makefile >>> +++ b/tools/libacpi/Makefile >>> @@ -19,6 +19,7 @@ MK_DSDT =

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-31 Thread Shannon Zhao
On 2016/8/30 1:46, Julien Grall wrote: >> diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile >> index d741ac5..7f50a33 100644 >> --- a/tools/libacpi/Makefile >> +++ b/tools/libacpi/Makefile >> @@ -19,6 +19,7 @@ MK_DSDT = $(ACPI_BUILD_DIR)/mk_dsdt >> >> # Sources to be generated >>

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-31 Thread Stefano Stabellini
On Wed, 31 Aug 2016, Julien Grall wrote: > Hi Shannon, > > On 31/08/16 07:37, Shannon Zhao wrote: > > On 2016/8/30 1:46, Julien Grall wrote: > > > On 16/08/2016 06:25, Shannon Zhao wrote: > > > > From: Shannon Zhao > > > > > > > > It uses static DSDT table like the way

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-31 Thread Julien Grall
Hi Shannon, On 31/08/16 07:37, Shannon Zhao wrote: On 2016/8/30 1:46, Julien Grall wrote: On 16/08/2016 06:25, Shannon Zhao wrote: From: Shannon Zhao It uses static DSDT table like the way x86 uses. Currently the DSDT table only contains processor device objects and

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-31 Thread Shannon Zhao
On 2016/8/30 1:46, Julien Grall wrote: > Hi Shannon, > > On 16/08/2016 06:25, Shannon Zhao wrote: >> From: Shannon Zhao >> >> It uses static DSDT table like the way x86 uses. Currently the DSDT >> table only contains processor device objects and it generates the >>

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-29 Thread Julien Grall
Hi Shannon, On 16/08/2016 06:25, Shannon Zhao wrote: From: Shannon Zhao It uses static DSDT table like the way x86 uses. Currently the DSDT table only contains processor device objects and it generates the maximal objects which so far is 128. Also only check iasl for

Re: [Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-24 Thread Boris Ostrovsky
On 08/16/2016 06:25 AM, Shannon Zhao wrote: > diff --git a/tools/libacpi/Makefile b/tools/libacpi/Makefile > index d741ac5..7f50a33 100644 > --- a/tools/libacpi/Makefile > +++ b/tools/libacpi/Makefile > @@ -19,6 +19,7 @@ MK_DSDT = $(ACPI_BUILD_DIR)/mk_dsdt > > # Sources to be generated > C_SRC

[Xen-devel] [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table

2016-08-16 Thread Shannon Zhao
From: Shannon Zhao It uses static DSDT table like the way x86 uses. Currently the DSDT table only contains processor device objects and it generates the maximal objects which so far is 128. Also only check iasl for aarch64 in configure since ACPI on ARM32 is not