[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 6/7] tests: Update ACPI tables list for upcoming arm/virt test
From: |
Shameer Kolothum |
Subject: |
[PATCH v2 6/7] tests: Update ACPI tables list for upcoming arm/virt test changes |
Date: |
Fri, 17 Jan 2020 17:45:21 +0000 |
This is in preparation to update test_acpi_virt_tcg_memhp()
with pc-dimm and nvdimm. Update the bios-tables-test-allowed-diff.h
with the affected ACPI tables so that "make check" doesn't fail.
Signed-off-by: Shameer Kolothum <address@hidden>
---
tests/qtest/bios-tables-test-allowed-diff.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h
b/tests/qtest/bios-tables-test-allowed-diff.h
index eb8bae1407..862c49e675 100644
--- a/tests/qtest/bios-tables-test-allowed-diff.h
+++ b/tests/qtest/bios-tables-test-allowed-diff.h
@@ -1,3 +1,6 @@
/* List of comma-separated changed AML files to ignore */
"tests/data/acpi/pc/SSDT.dimmpxm",
"tests/data/acpi/q35/SSDT.dimmpxm",
+"tests/data/acpi/virt/DSDT.memhp",
+"tests/data/acpi/virt/SSDT.memhp",
+"tests/data/acpi/virt/NFIT.memhp",
--
2.17.1
- [PATCH v2 0/7] ARM virt: Add NVDIMM support, Shameer Kolothum, 2020/01/17
- [PATCH v2 1/7] exec: Fix for qemu_ram_resize() callback, Shameer Kolothum, 2020/01/17
- [PATCH v2 3/7] nvdimm: Use configurable ACPI IO base and size, Shameer Kolothum, 2020/01/17
- [PATCH v2 2/7] hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length, Shameer Kolothum, 2020/01/17
- [PATCH v2 4/7] hw/arm/virt: Add nvdimm hot-plug infrastructure, Shameer Kolothum, 2020/01/17
- [PATCH v2 5/7] hw/arm/virt: Add nvdimm hotplug support, Shameer Kolothum, 2020/01/17
- [PATCH v2 6/7] tests: Update ACPI tables list for upcoming arm/virt test changes,
Shameer Kolothum <=
- [PATCH v2 7/7] tests/bios-tables-test: Update arm/virt memhp test, Shameer Kolothum, 2020/01/17
- Re: [PATCH v2 0/7] ARM virt: Add NVDIMM support, Auger Eric, 2020/01/28