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

2021-10-21 Thread Eric Auger
Hi Yanan, On 10/20/21 4:21 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 i

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

2021-10-20 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