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

2016-09-22 Thread Wei Liu
On Thu, Sep 22, 2016 at 08:52:24PM +0800, z00226004 wrote: > From: Shannon Zhao > > Construct GTDT table with the interrupt information of timers. > > Signed-off-by: Shannon Zhao > Acked-by: Julien Grall Acked-by: Wei Liu ___ Xen-devel mailing lis

[Xen-devel] [PATCH v6 07/16] libxl/arm: Construct ACPI GTDT table

2016-09-22 Thread z00226004
From: Shannon Zhao Construct GTDT table with the interrupt information of timers. Signed-off-by: Shannon Zhao Acked-by: Julien Grall --- tools/libxl/libxl_arm_acpi.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/tools/libxl/libxl_arm_acpi.c b/tool