Our next change modifies DMAR and DSDT tables. Make sure we whitelist those changes so that bios-table-test does not break.
Signed-off-by: Ani Sinha <a...@anisinha.ca> --- tests/data/acpi/q35/DSDT.dmar | 0 tests/qtest/bios-tables-test-allowed-diff.h | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 tests/data/acpi/q35/DSDT.dmar diff --git a/tests/data/acpi/q35/DSDT.dmar b/tests/data/acpi/q35/DSDT.dmar new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..4efed12b59 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/DSDT.dmar", +"tests/data/acpi/q35/DMAR.dmar", -- 2.25.1