diff options
author | Gerd Hoffmann | 2020-12-03 11:54:19 +0100 |
---|---|---|
committer | Gerd Hoffmann | 2020-12-10 08:47:44 +0100 |
commit | cdecc3d39aa9940887b6e587faa8cf25f115c9dc (patch) | |
tree | b23d21997dc51e4f569ebdbd7b2cf1695f6f125f /tests | |
parent | microvm: add second ioapic (diff) | |
download | qemu-cdecc3d39aa9940887b6e587faa8cf25f115c9dc.tar.gz qemu-cdecc3d39aa9940887b6e587faa8cf25f115c9dc.tar.xz qemu-cdecc3d39aa9940887b6e587faa8cf25f115c9dc.zip |
tests/acpi: allow updates for expected data files
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-id: 20201203105423.10431-9-kraxel@redhat.com
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 2 |
1 files changed, 2 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..191ac230b0 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,3 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/microvm/APIC.ioapic2", +"tests/data/acpi/microvm/DSDT.ioapic2", |