Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-30 Thread Stefano Stabellini
On Tue, 30 Aug 2016, Julien Grall wrote: > Hi Shannon, > > On 30/08/16 02:21, Shannon Zhao wrote: > > > > > > On 2016/8/30 2:05, Julien Grall wrote: > > > Hi Shannon, > > > > > > On 25/08/2016 04:05, Shannon Zhao wrote: > > > > > > > > > > > > On 2016/8/24 20:52, Wei Liu wrote: > > > > > On T

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-30 Thread Julien Grall
Hi Shannon, On 30/08/16 02:21, Shannon Zhao wrote: On 2016/8/30 2:05, Julien Grall wrote: Hi Shannon, On 25/08/2016 04:05, Shannon Zhao wrote: On 2016/8/24 20:52, Wei Liu wrote: On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: From: Shannon Zhao Construct ACPI RSDP table

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-29 Thread Shannon Zhao
On 2016/8/30 2:05, Julien Grall wrote: > Hi Shannon, > > On 25/08/2016 04:05, Shannon Zhao wrote: >> >> >> On 2016/8/24 20:52, Wei Liu wrote: >>> On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > Construct ACPI RSDP table and add a helper to calc

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-29 Thread Julien Grall
Hi Shannon, On 25/08/2016 04:05, Shannon Zhao wrote: On 2016/8/24 20:52, Wei Liu wrote: On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: From: Shannon Zhao Construct ACPI RSDP table and add a helper to calculate the ACPI table checksum. Signed-off-by: Shannon Zhao --- tools

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-29 Thread Julien Grall
Hi Shannon, On 16/08/2016 06:25, Shannon Zhao wrote: From: Shannon Zhao Construct ACPI RSDP table and add a helper to calculate the ACPI table checksum. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm_acpi.c | 38 ++ 1 file changed, 38 insertions(+)

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-25 Thread Wei Liu
On Thu, Aug 25, 2016 at 04:05:46PM +0800, Shannon Zhao wrote: > > > On 2016/8/24 20:52, Wei Liu wrote: > > On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: > >> > From: Shannon Zhao > >> > > >> > Construct ACPI RSDP table and add a helper to calculate the ACPI table > >> > checksum

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-25 Thread Shannon Zhao
On 2016/8/24 20:52, Wei Liu wrote: > On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > Construct ACPI RSDP table and add a helper to calculate the ACPI table >> > checksum. >> > >> > Signed-off-by: Shannon Zhao >> > --- >> > tools/libxl/libxl_arm

Re: [Xen-devel] [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table

2016-08-24 Thread Wei Liu
On Tue, Aug 16, 2016 at 06:25:02PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > Construct ACPI RSDP table and add a helper to calculate the ACPI table > checksum. > > Signed-off-by: Shannon Zhao > --- > tools/libxl/libxl_arm_acpi.c | 38 ++ > 1 file c