diff options
| author | Michael S. Tsirkin | 2021-08-03 22:13:10 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2021-08-03 22:32:34 +0200 |
| commit | 5cd4a8d4e567a6d52553c2133bf1c9b008d80481 (patch) | |
| tree | 84919990c1754a11d73f043ba49cb2f311fd2b9b | |
| parent | acpi: x86: pcihp: add support hotplug on multifunction bridges (diff) | |
| download | qemu-5cd4a8d4e567a6d52553c2133bf1c9b008d80481.tar.gz qemu-5cd4a8d4e567a6d52553c2133bf1c9b008d80481.tar.xz qemu-5cd4a8d4e567a6d52553c2133bf1c9b008d80481.zip | |
arm/acpi: allow DSDT changes
We are going to commit ccee1a8140 ("acpi: Update _DSM method in expected files").
Allow changes to DSDT on ARM. Only configs with pci are
affected thus all virt variants but for microvm only the pcie variant.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 5 |
1 files changed, 5 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..8a7fe463c5 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,6 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/DSDT", +"tests/data/acpi/virt/DSDT.memhp", +"tests/data/acpi/virt/DSDT.numamem", +"tests/data/acpi/virt/DSDT.pxb", +"tests/data/acpi/microvm/DSDT.pcie", |
