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

2016-09-22 Thread Wei Liu
On Thu, Sep 22, 2016 at 08:52:22PM +0800, z00226004 wrote: > From: Shannon Zhao > > Construct ACPI RSDP table and add a helper to calculate the ACPI table > checksum. > > Signed-off-by: Shannon Zhao > Acked-by: Julien Grall Acked-by: Wei Liu ___ X

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

2016-09-22 Thread z00226004
From: Shannon Zhao Construct ACPI RSDP table and add a helper to calculate the ACPI table checksum. Signed-off-by: Shannon Zhao Acked-by: Julien Grall --- tools/libxl/libxl_arm_acpi.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/tools/libxl/libx