diff options
| author | Igor Mammedov <imammedo@redhat.com> | 2022-06-08 09:53:27 -0400 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2022-06-09 19:32:49 -0400 |
| commit | 39728badab1aadd3a269614da2d42b4f7f09cb0a (patch) | |
| tree | cb9722dc235a10f637cd42fe644ad136c206720e | |
| parent | 8796f60fbfa15cf392c5892311ccec5f4ec805b5 (diff) | |
| download | focaccia-qemu-39728badab1aadd3a269614da2d42b4f7f09cb0a.tar.gz focaccia-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", |