On 10/20/21 7:27 PM, Jean-Philippe Brucker wrote: > Create empty data files and allow updates for the upcoming VIOT tests. > > Signed-off-by: Jean-Philippe Brucker <jean-phili...@linaro.org> Reviewed-by: Eric Auger <eric.au...@redhat.com> Eric > --- > tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ > tests/data/acpi/q35/DSDT.viot | 0 > tests/data/acpi/q35/VIOT.viot | 0 > tests/data/acpi/virt/VIOT | 0 > 4 files changed, 3 insertions(+) > create mode 100644 tests/data/acpi/q35/DSDT.viot > create mode 100644 tests/data/acpi/q35/VIOT.viot > create mode 100644 tests/data/acpi/virt/VIOT > > diff --git a/tests/qtest/bios-tables-test-allowed-diff.h > b/tests/qtest/bios-tables-test-allowed-diff.h > index dfb8523c8b..29b5b1eabc 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/VIOT", > +"tests/data/acpi/q35/DSDT.viot", > +"tests/data/acpi/q35/VIOT.viot", > diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot > new file mode 100644 > index 0000000000..e69de29bb2 > diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT > new file mode 100644 > index 0000000000..e69de29bb2
- [PATCH v5 03/12] hw/i386/pc: Move IOMMU singleton in... Jean-Philippe Brucker
- Re: [PATCH v5 03/12] hw/i386/pc: Move IOMMU sin... Eric Auger
- Re: [PATCH v5 03/12] hw/i386/pc: Move IOMMU sin... Igor Mammedov
- [PATCH v5 04/12] hw/i386/pc: Allow instantiating a v... Jean-Philippe Brucker
- Re: [PATCH v5 04/12] hw/i386/pc: Allow instanti... Igor Mammedov
- Re: [PATCH v5 04/12] hw/i386/pc: Allow inst... Jean-Philippe Brucker
- [PATCH v5 05/12] hw/arm/virt-acpi-build: Add VIOT ta... Jean-Philippe Brucker
- Re: [PATCH v5 05/12] hw/arm/virt-acpi-build: Ad... Igor Mammedov
- [PATCH v5 08/12] hw/arm/virt: Use object_property_se... Jean-Philippe Brucker
- [PATCH v5 09/12] tests/acpi: allow updates of VIOT e... Jean-Philippe Brucker
- Re: [PATCH v5 09/12] tests/acpi: allow updates ... Eric Auger
- Re: [PATCH v5 09/12] tests/acpi: allow updates ... Igor Mammedov
- [PATCH v5 10/12] tests/acpi: add test cases for VIOT Jean-Philippe Brucker
- Re: [PATCH v5 10/12] tests/acpi: add test cases... Eric Auger
- Re: [PATCH v5 10/12] tests/acpi: add test c... Jean-Philippe Brucker
- Re: [PATCH v5 10/12] tests/acpi: add test cases... Eric Auger
- [PATCH v5 07/12] hw/arm/virt: Reject instantiation o... Jean-Philippe Brucker
- Re: [PATCH v5 07/12] hw/arm/virt: Reject instan... Igor Mammedov
- [PATCH v5 11/12] tests/acpi: add expected blob for V... Jean-Philippe Brucker
- [PATCH v5 12/12] tests/acpi: add expected blobs for ... Jean-Philippe Brucker