diff options
author | Miguel Luis <miguel.luis@oracle.com> | 2022-09-20 16:21:35 +0000 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-10-09 16:38:45 -0400 |
commit | b1b146f53cad89ed51956f67bc5b672348753777 (patch) | |
tree | b39b17ea8c32fc2f3d55ba3668cdccc03a3b0ebb /tests | |
parent | 8edd56735baa7f58aa504d0f2c4ed6f893630cce (diff) | |
download | qemu-b1b146f53cad89ed51956f67bc5b672348753777.zip qemu-b1b146f53cad89ed51956f67bc5b672348753777.tar.gz qemu-b1b146f53cad89ed51956f67bc5b672348753777.tar.bz2 |
tests/acpi: virt: allow acpi GTDT changes
Step 3 from bios-tables-test.c documented procedure.
Signed-off-by: Miguel Luis <miguel.luis@oracle.com>
Message-Id: <20220920162137.75239-2-miguel.luis@oracle.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Ani Sinha <ani@anisinha.ca>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523..957bd1b 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,4 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/virt/GTDT", +"tests/data/acpi/virt/GTDT.memhp", +"tests/data/acpi/virt/GTDT.numamem", |