Re: [Xen-devel] [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table

2016-06-16 Thread Stefano Stabellini
On Thu, 16 Jun 2016, Julien Grall wrote: > Hi Shannon, > > On 16/06/16 07:25, Shannon Zhao wrote: > > > > > > On 2016/6/7 21:42, Julien Grall wrote: > > > Hello Shannon, > > > > > > On 31/05/16 06:02, Shannon Zhao wrote: > > > > From: Shannon Zhao > > > > > > > > Currently there is only the t

Re: [Xen-devel] [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table

2016-06-16 Thread Julien Grall
Hi Shannon, On 16/06/16 07:25, Shannon Zhao wrote: On 2016/6/7 21:42, Julien Grall wrote: Hello Shannon, On 31/05/16 06:02, Shannon Zhao wrote: From: Shannon Zhao Currently there is only the table header in DSDT table. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm.c | 15

Re: [Xen-devel] [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table

2016-06-15 Thread Shannon Zhao
On 2016/6/7 21:42, Julien Grall wrote: > Hello Shannon, > > On 31/05/16 06:02, Shannon Zhao wrote: >> From: Shannon Zhao >> >> Currently there is only the table header in DSDT table. >> >> Signed-off-by: Shannon Zhao >> --- >> tools/libxl/libxl_arm.c | 15 +++ >> 1 file changed,

Re: [Xen-devel] [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table

2016-06-07 Thread Julien Grall
Hello Shannon, On 31/05/16 06:02, Shannon Zhao wrote: From: Shannon Zhao Currently there is only the table header in DSDT table. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tools/libxl/libxl_arm.c b/tools/lib

[Xen-devel] [PATCH RESEND 07/14] libxl/arm: Construct ACPI DSDT table

2016-05-30 Thread Shannon Zhao
From: Shannon Zhao Currently there is only the table header in DSDT table. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tools/libxl/libxl_arm.c b/tools/libxl/libxl_arm.c index c3b8fb4..7949635 100644 --- a/tools/li