diff options
| author | Igor Mammedov | 2022-06-08 15:53:27 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2022-06-10 01:32:49 +0200 |
| commit | 39728badab1aadd3a269614da2d42b4f7f09cb0a (patch) | |
| tree | cb9722dc235a10f637cd42fe644ad136c206720e | |
| parent | tests: acpi: update expected blobs (diff) | |
| download | qemu-39728badab1aadd3a269614da2d42b4f7f09cb0a.tar.gz qemu-39728badab1aadd3a269614da2d42b4f7f09cb0a.tar.xz qemu-39728badab1aadd3a269614da2d42b4f7f09cb0a.zip | |
tests: acpi: add and white-list DSDT.applesmc expected blob
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220608135340.3304695-23-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
| -rw-r--r-- | tests/data/acpi/q35/DSDT.applesmc | 0 | ||||
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/DSDT.applesmc b/tests/data/acpi/q35/DSDT.applesmc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/DSDT.applesmc diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h index dfb8523c8b..e893029d87 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.applesmc", |
