From: Igor Mammedov Date: Thu, 2 Sep 2021 11:35:45 +0000 (-0400) Subject: tests: acpi: whitelist expected blobs for new acpi/q35/ivrs testcase X-Git-Tag: v6.2.0-rc0~47^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5a7baad2997091c48ec40a2a8efa63f18f9b3b7;p=thirdparty%2Fqemu.git tests: acpi: whitelist expected blobs for new acpi/q35/ivrs testcase Signed-off-by: Igor Mammedov Message-Id: <20210902113551.461632-10-imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/data/acpi/q35/DSDT.ivrs b/tests/data/acpi/q35/DSDT.ivrs new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/data/acpi/q35/IVRS.ivrs b/tests/data/acpi/q35/IVRS.ivrs new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8bf..4fe8e8272a7 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.ivrs", +"tests/data/acpi/q35/IVRS.ivrs",