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

2016-08-29 Thread Shannon Zhao
On 2016/8/30 2:16, Julien Grall wrote: > On 16/08/2016 06:25, Shannon Zhao wrote: >> From: Shannon Zhao >> >> Construct GTDT table with the interrupt information of timers. >> >> Signed-off-by: Shannon Zhao >> --- >> tools/libxl/libxl_arm_acpi.c | 29 + >> 1 file ch

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

2016-08-29 Thread Julien Grall
Hi Shannon, On 16/08/2016 06:25, Shannon Zhao wrote: From: Shannon Zhao Construct GTDT table with the interrupt information of timers. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm_acpi.c | 29 + 1 file changed, 29 insertions(+) diff --git a/tools/libxl/

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

2016-08-25 Thread Shannon Zhao
On 2016/8/24 22:13, Roger Pau Monné wrote: > On Wed, Aug 24, 2016 at 01:56:04PM +0100, Wei Liu wrote: >> On Tue, Aug 16, 2016 at 06:25:04PM +0800, Shannon Zhao wrote: >>> From: Shannon Zhao >>> >>> Construct GTDT table with the interrupt information of timers. >>> >>> Signed-off-by: Shannon Zhao

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

2016-08-24 Thread Roger Pau Monné
On Wed, Aug 24, 2016 at 01:56:04PM +0100, Wei Liu wrote: > On Tue, Aug 16, 2016 at 06:25:04PM +0800, Shannon Zhao wrote: > > From: Shannon Zhao > > > > Construct GTDT table with the interrupt information of timers. > > > > Signed-off-by: Shannon Zhao > > --- > > tools/libxl/libxl_arm_acpi.c |

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

2016-08-24 Thread Wei Liu
On Tue, Aug 16, 2016 at 06:25:04PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > Construct GTDT table with the interrupt information of timers. > > Signed-off-by: Shannon Zhao > --- > tools/libxl/libxl_arm_acpi.c | 29 + > 1 file changed, 29 insertions(+) > >

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

2016-08-16 Thread Shannon Zhao
From: Shannon Zhao Construct GTDT table with the interrupt information of timers. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm_acpi.c | 29 + 1 file changed, 29 insertions(+) diff --git a/tools/libxl/libxl_arm_acpi.c b/tools/libxl/libxl_arm_acpi.c index 8c