]> Git Repo - qemu.git/commitdiff
tests: Update ACPI tables list for upcoming arm/virt tests
authorShameer Kolothum <[email protected]>
Wed, 18 Sep 2019 13:06:32 +0000 (14:06 +0100)
committerMichael S. Tsirkin <[email protected]>
Sat, 5 Oct 2019 21:12:09 +0000 (17:12 -0400)
This is in preparation to add numamem and memhp tests to
arm/virt platform. The bios-tables-test-allowed-diff.h
is updated with a list of expected ACPI tables that needs to be
present in tests/data/acpi/virt folder.

Signed-off-by: Shameer Kolothum <[email protected]>
Message-Id: <20190918130633[email protected]>
Acked-by: Peter Maydell <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
Reviewed-by: Igor Mammedov <[email protected]>
tests/bios-tables-test-allowed-diff.h

index 7b4adbc822b43f7151ef6b9f96d02091a0e14ef0..3776dd2f3de358d914ab6770f525ad2c96c27aa7 100644 (file)
@@ -1,2 +1,17 @@
 /* List of comma-separated changed AML files to ignore */
 "tests/data/acpi/virt/DSDT",
+"tests/data/acpi/virt/APIC.memhp",
+"tests/data/acpi/virt/APIC.numamem",
+"tests/data/acpi/virt/DSDT.memhp",
+"tests/data/acpi/virt/DSDT.numamem",
+"tests/data/acpi/virt/FACP.memhp",
+"tests/data/acpi/virt/FACP.numamem",
+"tests/data/acpi/virt/GTDT.memhp",
+"tests/data/acpi/virt/GTDT.numamem",
+"tests/data/acpi/virt/MCFG.memhp",
+"tests/data/acpi/virt/MCFG.numamem",
+"tests/data/acpi/virt/SLIT.memhp",
+"tests/data/acpi/virt/SPCR.memhp",
+"tests/data/acpi/virt/SPCR.numamem",
+"tests/data/acpi/virt/SRAT.memhp",
+"tests/data/acpi/virt/SRAT.numamem",
This page took 0.02634 seconds and 4 git commands to generate.