Re: [Xen-devel] [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build

2017-08-28 Thread Lan Tianyu
On 2017年08月25日 18:11, Roger Pau Monné wrote: > On Thu, Aug 24, 2017 at 10:52:19PM -0400, Lan Tianyu wrote: >> This patch is to add x2apic entry support for ACPI MADT table. >> >> Signed-off-by: Lan Tianyu >> Signed-off-by: Chao Gao >> --- >> tools/libacpi/acpi2_0.h | 10 >> tools/libacp

Re: [Xen-devel] [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build

2017-08-25 Thread Roger Pau Monné
On Thu, Aug 24, 2017 at 10:52:19PM -0400, Lan Tianyu wrote: > This patch is to add x2apic entry support for ACPI MADT table. > > Signed-off-by: Lan Tianyu > Signed-off-by: Chao Gao > --- > tools/libacpi/acpi2_0.h | 10 > tools/libacpi/build.c | 61 > +

Re: [Xen-devel] [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build

2017-08-25 Thread Jan Beulich
>>> On 25.08.17 at 11:26, wrote: > On Thu, Aug 24, 2017 at 10:52:19PM -0400, Lan Tianyu wrote: >> This patch is to add x2apic entry support for ACPI MADT table. >> >> Signed-off-by: Lan Tianyu >> Signed-off-by: Chao Gao > > Again, please provide spec. I'd expect this to be the ACPI spec; I do

Re: [Xen-devel] [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build

2017-08-25 Thread Wei Liu
On Thu, Aug 24, 2017 at 10:52:19PM -0400, Lan Tianyu wrote: > This patch is to add x2apic entry support for ACPI MADT table. > > Signed-off-by: Lan Tianyu > Signed-off-by: Chao Gao Again, please provide spec. There are a few coding style issues in code btw. ___

[Xen-devel] [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build

2017-08-25 Thread Lan Tianyu
This patch is to add x2apic entry support for ACPI MADT table. Signed-off-by: Lan Tianyu Signed-off-by: Chao Gao --- tools/libacpi/acpi2_0.h | 10 tools/libacpi/build.c | 61 ++--- 2 files changed, 53 insertions(+), 18 deletions(-) diff --