diff options
author | Ani Sinha <anisinha@redhat.com> | 2023-07-05 17:29:19 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-07-10 18:59:32 -0400 |
commit | 8d60105a5973320ffd72a48f208cfd2b041d6c0b (patch) | |
tree | 6df78ff2dd4d51ee2488e818c4f79da83e635e9d /tests/qtest | |
parent | 77812aa7b1fdf8f547c35a7f9a4eb1cbf3a073db (diff) | |
download | qemu-8d60105a5973320ffd72a48f208cfd2b041d6c0b.zip qemu-8d60105a5973320ffd72a48f208cfd2b041d6c0b.tar.gz qemu-8d60105a5973320ffd72a48f208cfd2b041d6c0b.tar.bz2 |
tests/acpi: allow changes in DSDT.noacpihp table blob
We are going to fix bio-tables-test in the next patch and hence need to
make sure the acpi tests continue to pass.
Signed-off-by: Ani Sinha <anisinha@redhat.com>
Acked-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230705115925.5339-2-anisinha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/qtest')
-rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1 |
1 files changed, 1 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..31df9c6 100644 --- a/tests/qtest/bios-tables-test-allowed-diff.h +++ b/tests/qtest/bios-tables-test-allowed-diff.h @@ -1 +1,2 @@ /* List of comma-separated changed AML files to ignore */ +"tests/data/acpi/q35/DSDT.noacpihp", |