Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-28 Thread Lan Tianyu
On 2017年08月25日 18:36, Roger Pau Monné wrote: > On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: >> This patch is to change DSDT table for processor object to support >255 >> vcpus. > > The note in ACPI 6.1A spec section 5.2.12.12 contains the following: > > [Compatibility note] On som

Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-28 Thread Lan Tianyu
On 2017年08月25日 20:01, Jan Beulich wrote: On 25.08.17 at 12:36, wrote: >> On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: >>> This patch is to change DSDT table for processor object to support >255 >> vcpus. >> >> The note in ACPI 6.1A spec section 5.2.12.12 contains the following

Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-28 Thread Lan, Tianyu
On 8/25/2017 5:25 PM, Wei Liu wrote: On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: This patch is to change DSDT table for processor object to support >255 vcpus. Can you provide a link to the spec so people can check if you modification is correct? OK. Will add in the next ve

Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-25 Thread Jan Beulich
>>> On 25.08.17 at 12:36, wrote: > On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: >> This patch is to change DSDT table for processor object to support >255 > vcpus. > > The note in ACPI 6.1A spec section 5.2.12.12 contains the following: > > [Compatibility note] On some legacy OSe

Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-25 Thread Roger Pau Monné
On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: > This patch is to change DSDT table for processor object to support >255 vcpus. The note in ACPI 6.1A spec section 5.2.12.12 contains the following: [Compatibility note] On some legacy OSes, Logical processors with APIC ID values less t

Re: [Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-25 Thread Wei Liu
On Thu, Aug 24, 2017 at 10:52:18PM -0400, Lan Tianyu wrote: > This patch is to change DSDT table for processor object to support >255 vcpus. > Can you provide a link to the spec so people can check if you modification is correct? ___ Xen-devel mailing

[Xen-devel] [RFC PATCH 3/5] Tool/ACPI: DSDT extension to support more vcpus

2017-08-25 Thread Lan Tianyu
This patch is to change DSDT table for processor object to support >255 vcpus. Signed-off-by: Lan Tianyu --- tools/libacpi/mk_dsdt.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/tools/libacpi/mk_dsdt.c b/tools/libacpi/mk_dsdt.c index 2daf32c..d37aed6 100644 ---