Re: [PATCH v6 4/7] hw/arm/virt-acpi-build: Make an ARM specific PPTT generator

2022-01-03 Thread wangyanan (Y)
Hi Drew, On 2022/1/3 19:30, Andrew Jones wrote: On Mon, Jan 03, 2022 at 04:46:33PM +0800, Yanan Wang wrote: We have a generic build_pptt() in hw/acpi/aml-build.c but it's currently only used in ARM acpi initialization. Now we are going to support the new CPU cluster parameter which is currently

Re: [PATCH v6 4/7] hw/arm/virt-acpi-build: Make an ARM specific PPTT generator

2022-01-03 Thread Andrew Jones
On Mon, Jan 03, 2022 at 04:46:33PM +0800, Yanan Wang wrote: > We have a generic build_pptt() in hw/acpi/aml-build.c but it's > currently only used in ARM acpi initialization. Now we are going > to support the new CPU cluster parameter which is currently only > supported by ARM, it won't be a very g

[PATCH v6 4/7] hw/arm/virt-acpi-build: Make an ARM specific PPTT generator

2022-01-03 Thread Yanan Wang via
We have a generic build_pptt() in hw/acpi/aml-build.c but it's currently only used in ARM acpi initialization. Now we are going to support the new CPU cluster parameter which is currently only supported by ARM, it won't be a very good idea to add it to the generic build_pptt() as it will make the c