hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non...
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 7 Mar 2024 16:03:25 +0000 (16:03 +0000)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 12 Mar 2024 21:59:40 +0000 (17:59 -0400)
commit2eb6672cfdaea7dacd8e9bb0523887f13b9f85ce
treed17765e251de02316e2495fd4779e6531048028d
parentf7ada75b3f7dd1369b10bac7f8297831c3a80967
hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting non existent memory.

If qemu is started with a proximity node containing CPUs alone,
it will provide one of these structures to say memory in this
node is directly connected to itself.

This description is arguably pointless even if there is memory
in the node.  If there is no memory present, and hence no SRAT
entry it breaks Linux HMAT passing and the table is rejected.

https://elixir.bootlin.com/linux/v6.7/source/drivers/acpi/numa/hmat.c#L444

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20240307160326.31570-2-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/hmat.c