From: Vishal Verma Date: Sat, 6 Jun 2020 00:09:09 +0000 (-0600) Subject: diffs-allowed: add the SRAT AML to diffs-allowed X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=acc5c98ddd8f85d41fd22e57cf289aeaa34f160a;p=qemu.git diffs-allowed: add the SRAT AML to diffs-allowed In anticipation of a change to the SRAT generation in qemu, add the AML file to diffs-allowed. Signed-off-by: Vishal Verma Message-Id: <20200606000911.9896-2-vishal.l.verma@intel.com> Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..e8f2766a63 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,4 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/pc/SRAT.dimmpxm", +"tests/data/acpi/q35/SRAT.dimmpxm", +"tests/data/acpi/virt/SRAT.memhp",