From: Gustavo Romero <[email protected]> This commit adds DSDT blobs to the whilelist in the prospect to allow changes in the GPEX _OSC method.
Signed-off-by: Gustavo Romero <[email protected]> Signed-off-by: Eric Auger <[email protected]> Reviewed-by: Jonathan Cameron <[email protected]> Acked-by: Igor Mammedov <[email protected]> --- v3 -> v4: - add missed tests/data/acpi/riscv64/virt/DSDT v2 -> v3: - fix for microvm --- tests/qtest/bios-tables-test-allowed-diff.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..333e5acf63 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,8 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/aarch64/virt/DSDT", +"tests/data/acpi/aarch64/virt/DSDT.acpihmatvirt", +"tests/data/acpi/aarch64/virt/DSDT.memhp", +"tests/data/acpi/aarch64/virt/DSDT.pxb", +"tests/data/acpi/aarch64/virt/DSDT.topology", +"tests/data/acpi/x86/microvm/DSDT.pcie", +"tests/data/acpi/riscv64/virt/DSDT", -- 2.49.0
