Skip to content

Commit 9f29e87

Browse files
ani-sinhamstsirkin
authored andcommitted
bios-tables-test: allow changes in DSDT ACPI tables for q35
We are going to commit a change to fix IO address range allocated for acpi pci hotplug in q35. This affects DSDT tables. This change allows DSDT table modification so that unit tests are not broken. Signed-off-by: Ani Sinha <[email protected]> Acked-by: Igor Mammedov <[email protected]> Message-Id: <[email protected]> Reviewed-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent a8a5768 commit 9f29e87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
/* List of comma-separated changed AML files to ignore */
2+
"tests/data/acpi/q35/DSDT",
3+
"tests/data/acpi/q35/DSDT.tis.tpm12",
4+
"tests/data/acpi/q35/DSDT.tis.tpm2",
5+
"tests/data/acpi/q35/DSDT.bridge",
6+
"tests/data/acpi/q35/DSDT.mmio64",
7+
"tests/data/acpi/q35/DSDT.ipmibt",
8+
"tests/data/acpi/q35/DSDT.cphp",
9+
"tests/data/acpi/q35/DSDT.memhp",
10+
"tests/data/acpi/q35/DSDT.numamem",
11+
"tests/data/acpi/q35/DSDT.nohpet",
12+
"tests/data/acpi/q35/DSDT.dimmpxm",
13+
"tests/data/acpi/q35/DSDT.acpihmat",

0 commit comments

Comments
 (0)