On Thu, 8 Jul 2021 14:38:08 -0400 Stefan Berger <stef...@linux.vnet.ibm.com> wrote:
> Cc: Michael S. Tsirkin <m...@redhat.com> > Cc: Igor Mammedov <imamm...@redhat.com> > Signed-off-by: Stefan Berger <stef...@linux.ibm.com> > --- > tests/data/acpi/q35/DSDT.tis.tpm2 | 0 > tests/data/acpi/q35/TPM2.tis.tpm2 | 0 > tests/qtest/bios-tables-test-allowed-diff.h | 2 ++ > 3 files changed, 2 insertions(+) > create mode 100644 tests/data/acpi/q35/DSDT.tis.tpm2 > create mode 100644 tests/data/acpi/q35/TPM2.tis.tpm2 > > diff --git a/tests/data/acpi/q35/DSDT.tis.tpm2 > b/tests/data/acpi/q35/DSDT.tis.tpm2 > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/q35/TPM2.tis.tpm2 > b/tests/data/acpi/q35/TPM2.tis.tpm2 > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > b/tests/qtest/bios-tables-test-allowed-diff.h > index dfb8523c8b..b301b8fa06 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/q35/DSDT.tis.tpm2", > +"tests/data/acpi/q35/TPM2.tis.tpm2", Reviewed-by: Igor Mammedov <imamm...@redhat.com>