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-by: Ying Fang <fangyi...@huawei.com> > Signed-off-by: Ying Fang <fangyi...@huawei.com> > Co-developed-by: Henglong Fan <fanhengl...@huawei.com> > Signed-off-by: Henglong Fan <fanhengl...@huawei.com> > Co-developed-by: Yanan Wang <wangyana...@huawei.com> > Signed-off-by: Yanan Wang <wangyana...@huawei.com> > --- > hw/acpi/aml-build.c | 26 ++++++++++++++++++++++++++ > include/hw/acpi/aml-build.h | 4 ++++ > 2 files changed, 30 insertions(+) >
Reviewed-by: Andrew Jones <drjo...@redhat.com>