Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-21 Thread wangyanan (Y)
On 2021/10/21 17:08, Andrew Jones wrote: On Wed, Oct 20, 2021 at 08:53:00PM +0800, wangyanan (Y) wrote: Table 5-149 of 6.2 spec (6.2 May 2017) tells the rev shall be 1. Or is it an erratum somewhere I did miss? Yes, the revision in 6.2 spec is 1. And it's 2 in spec 6.3. So just to be sure, sh

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-21 Thread Andrew Jones
On Wed, Oct 20, 2021 at 08:53:00PM +0800, wangyanan (Y) wrote: > > > > > > Table 5-149 of 6.2 spec (6.2 May 2017) tells the rev shall be 1. Or > > > > > > is > > > > > > it an erratum somewhere I did miss? > > > > > Yes, the revision in 6.2 spec is 1. And it's 2 in spec 6.3. > > > > > So just to b

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread wangyanan (Y)
On 2021/10/20 20:43, Eric Auger wrote: Hi, On 10/20/21 2:27 PM, wangyanan (Y) wrote: Hi Eric, On 2021/10/20 19:11, Eric Auger wrote: Hi Yanan, On 10/20/21 11:51 AM, wangyanan (Y) wrote: Hi Eric, On 2021/10/20 16:02, Eric Auger wrote: Hi, On 10/14/21 3:22 PM, Yanan Wang wrote: From: Andr

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread Eric Auger
Hi, On 10/20/21 2:27 PM, wangyanan (Y) wrote: > Hi Eric, > > On 2021/10/20 19:11, Eric Auger wrote: >> Hi Yanan, >> On 10/20/21 11:51 AM, wangyanan (Y) wrote: >>> Hi Eric, >>> >>> On 2021/10/20 16:02, Eric Auger wrote: Hi, On 10/14/21 3:22 PM, Yanan Wang wrote: > From: Andrew Jo

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread wangyanan (Y)
Hi Eric, On 2021/10/20 19:11, Eric Auger wrote: Hi Yanan, On 10/20/21 11:51 AM, wangyanan (Y) wrote: Hi Eric, On 2021/10/20 16:02, Eric Auger wrote: Hi, On 10/14/21 3:22 PM, Yanan Wang wrote: From: Andrew Jones Add the Processor Properties Topology Table (PPTT) used to describe CPU topolo

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread Eric Auger
Hi Yanan, On 10/20/21 11:51 AM, wangyanan (Y) wrote: > Hi Eric, > > On 2021/10/20 16:02, Eric Auger wrote: >> Hi, >> >> On 10/14/21 3:22 PM, Yanan Wang wrote: >>> From: Andrew Jones >>> >>> Add the Processor Properties Topology Table (PPTT) used to >>> describe CPU topology information to ACPI gu

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread wangyanan (Y)
Hi Eric, On 2021/10/20 16:02, Eric Auger wrote: Hi, On 10/14/21 3:22 PM, Yanan Wang wrote: From: Andrew Jones Add the Processor Properties Topology Table (PPTT) used to describe CPU topology information to ACPI guests. Note, a DT-boot Linux guest with a non-flat CPU topology will see socket

Re: [PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-20 Thread Eric Auger
Hi, On 10/14/21 3:22 PM, Yanan Wang wrote: > From: Andrew Jones > > Add the Processor Properties Topology Table (PPTT) used to > describe CPU topology information to ACPI guests. > > Note, a DT-boot Linux guest with a non-flat CPU topology will > see socket and core IDs being sequential integer

[PATCH v8 5/8] hw/acpi/aml-build: Add PPTT table

2021-10-14 Thread Yanan Wang
From: Andrew Jones Add the Processor Properties Topology Table (PPTT) used to describe CPU topology information to ACPI guests. Note, a DT-boot Linux guest with a non-flat CPU topology will see socket and core IDs being sequential integers starting from zero, which is different from ACPI-boot Li