Re: [PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-10-20 Thread wangyanan (Y)
On 2021/10/20 18:04, Michael S. Tsirkin wrote: On Wed, Oct 20, 2021 at 05:51:46PM +0800, wangyanan (Y) wrote: On 2021/10/20 15:43, Eric Auger wrote: Hi On 10/14/21 3:22 PM, Yanan Wang wrote: Add a generic API to build Processor hierarchy node structure (Type 0), which is strictly consistent

Re: [PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-10-20 Thread Michael S. Tsirkin
On Wed, Oct 20, 2021 at 05:51:46PM +0800, wangyanan (Y) wrote: > > On 2021/10/20 15:43, Eric Auger wrote: > > Hi > > > > On 10/14/21 3:22 PM, Yanan Wang wrote: > > > Add a generic API to build Processor hierarchy node structure (Type 0), > > > which is strictly consistent with descriptions in ACP

Re: [PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-10-20 Thread wangyanan (Y)
On 2021/10/20 15:43, Eric Auger wrote: Hi On 10/14/21 3:22 PM, 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.

Re: [PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-10-20 Thread Eric Auger
Hi On 10/14/21 3:22 PM, 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-by: Ying Fang >

[PATCH v8 4/8] hw/acpi/aml-build: Add Processor hierarchy node structure

2021-10-14 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 Co-developed-by: Henglong Fan Co-developed-by: Yanan Wan