]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/acpi-build: Add support for SRAT Generic Initiator structures
authorAnkit Agrawal <ankita@nvidia.com>
Fri, 8 Mar 2024 14:55:25 +0000 (14:55 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 12 Mar 2024 21:56:55 +0000 (17:56 -0400)
commit5deced6a13de9409fd9114432b25072189a68942
tree4dcc3f95e05302fc6a6a44e3b57ed2fea1e12d49
parent0a5b5acdf2d8c7302ca48d42e6ef3423e1b956d5
hw/i386/acpi-build: Add support for SRAT Generic Initiator structures

The acpi-generic-initiator object is added to allow a host device
to be linked with a NUMA node. Qemu use it to build the SRAT
Generic Initiator Affinity structure [1]. Add support for i386.

[1] ACPI Spec 6.3, Section 5.2.16.6

Suggested-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ankit Agrawal <ankita@nvidia.com>
Message-Id: <20240308145525.10886-4-ankita@nvidia.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
hw/i386/acpi-build.c