ACPI/unit-test: Add a testcase for RAM allocation in numa node
authorDou Liyang <douly.fnst@cn.fujitsu.com>
Thu, 14 Dec 2017 04:08:54 +0000 (12:08 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 18 Jan 2018 19:52:38 +0000 (21:52 +0200)
commitd82c4f82e0233da642c36c40ef8da781fee689bc
tree09dacab01bc055ec1503d4c2f968f24c4accd789
parentfced4d00e68e7559c73746d963265f7fd0b6abf9
ACPI/unit-test: Add a testcase for RAM allocation in numa node

As QEMU supports the memory-less node, it is possible that there is
no RAM in the first numa node(also be called as node0). eg:
  ... \
  -m 128,slots=3,maxmem=1G \
  -numa node -numa node,mem=128M \

But, this makes it hard for QEMU to build a known-to-work ACPI SRAT
table. Only fixing it is not enough.

Add a testcase for this situation to make sure the ACPI table is
correct for guest.

Suggested-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/acpi-test-data/pc/DSDT.numamem [new file with mode: 0644]
tests/acpi-test-data/pc/SRAT.numamem [new file with mode: 0644]
tests/acpi-test-data/q35/DSDT.numamem [new file with mode: 0644]
tests/acpi-test-data/q35/SRAT.numamem [new file with mode: 0644]
tests/bios-tables-test.c