diff mbox series

[1/5] tests/qtest/bios-tables-test: Prepare for changes in the ACPI tables

Message ID 20250526053123.1434204-2-gustavo.romero@linaro.org
State New
Headers show
Series ACPI tests for PCI Hotplug on ARM | expand

Commit Message

Gustavo Romero May 26, 2025, 5:31 a.m. UTC
This commit adds to the allow list the ACPI blob related to the base
aarch64 'virt' machine and all of its variants, in preparation to adding
the ACPI PCI hotplug feature, which changes the _OSC method, the GED
device, and adds a couple of new methods, like the PDSM.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
---
 tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Eric Auger May 26, 2025, 10:22 a.m. UTC | #1
Hi Gustavo,

On 5/26/25 7:31 AM, Gustavo Romero wrote:
> This commit adds to the allow list the ACPI blob related to the base
> aarch64 'virt' machine and all of its variants, in preparation to adding
> the ACPI PCI hotplug feature, which changes the _OSC method, the GED
> device, and adds a couple of new methods, like the PDSM.
>
> Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>

Cheers

Eric
> ---
>  tests/qtest/bios-tables-test-allowed-diff.h | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
> index dfb8523c8b..abe00ad4ee 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/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",
diff mbox series

Patch

diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h
index dfb8523c8b..abe00ad4ee 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/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",