diff options
author | Vishal Verma <vishal.l.verma@intel.com> | 2020-06-05 18:09:09 -0600 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-06-09 11:17:59 -0400 |
commit | acc5c98ddd8f85d41fd22e57cf289aeaa34f160a (patch) | |
tree | 436c271c3493206a25c933c1c4dc00b58906fbd2 | |
parent | 191f90cbea08122b48107f1f9116106fbf3bdfac (diff) | |
download | qemu-acc5c98ddd8f85d41fd22e57cf289aeaa34f160a.zip |
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 <vishal.l.verma@intel.com>
Message-Id: <20200606000911.9896-2-vishal.l.verma@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
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", |