]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/acpi/aml-build: Build a root node in the PPTT table
authorYicong Yang <yangyicong@hisilicon.com>
Mon, 14 Jul 2025 17:31:45 +0000 (18:31 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 15 Jul 2025 06:56:40 +0000 (02:56 -0400)
commit9bf96fc2df494053bcd8697b5c5ad8954bf3510f
treece8431105353cbb927f1236e691e38ff45552731
parentec57e4778e3c64d17d57e629a0c37209ff36900b
hw/acpi/aml-build: Build a root node in the PPTT table

Currently we build the PPTT starting from the socket node and each
socket will be a separate tree. For a multi-socket system it'll
be hard for the OS to know the whole system is homogeneous or not
(actually we're in the current implementation) since no parent node
to telling the identical implementation informentation. Add a
root node for indicating this.

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Alireza Sanaee <alireza.sanaee@huawei.com>
Message-Id: <20250714173146.511-4-alireza.sanaee@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/aml-build.c