On 10/28/2019 4:39 PM, Michael S. Tsirkin wrote:
On Mon, Oct 28, 2019 at 03:52:20PM +0800, Tao Xu wrote:
ACPI table HMAT has been introduced, QEMU now builds HMAT tables for
Heterogeneous Memory with boot option '-numa node'.
Add test cases on PC and Q35 machines with 2 numa nodes.
Because HMAT is generated when system enable numa, the
following tables need to be added for this test:
tests/acpi-test-data/pc/*.acpihmat
tests/acpi-test-data/pc/HMAT.*
tests/acpi-test-data/q35/*.acpihmat
tests/acpi-test-data/q35/HMAT.*
Reviewed-by: Igor Mammedov <imamm...@redhat.com>
Reviewed-by: Daniel Black <dan...@linux.ibm.com>
Reviewed-by: Jingqi Liu <jingqi....@intel.com>
Suggested-by: Igor Mammedov <imamm...@redhat.com>
Signed-off-by: Tao Xu <tao3...@intel.com>
---
No changes in v14.
Changes in v13:
- Use decimal notation with appropriate suffix for cache size
As you have seen adding tests like this breaks CI.
Pls see the comment at the beginning of tests/bios-tables-test.c
for how to add tests without breaking CI.
Thanks for reminding me.