Re: [RFC PATCH v3 7/9] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-05-17 Thread Andrew Jones
On Sun, May 16, 2021 at 06:28:58PM +0800, Yanan Wang wrote: > Add a generic API to build Processor hierarchy node structure (Type 0), > which is strictly consistent with descriptions in ACPI 6.2: 5.2.29.1. > > This function will be used to build ACPI PPTT table for cpu topology. > > Co-developed-

[RFC PATCH v3 7/9] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-05-16 Thread Yanan Wang
Add a generic API to build Processor hierarchy node structure (Type 0), which is strictly consistent with descriptions in ACPI 6.2: 5.2.29.1. This function will be used to build ACPI PPTT table for cpu topology. Co-developed-by: Ying Fang Signed-off-by: Ying Fang Co-developed-by: Henglong Fan