diff options
| author | Jean-Philippe Brucker | 2021-12-10 18:04:13 +0100 |
|---|---|---|
| committer | Peter Maydell | 2021-12-15 11:35:26 +0100 |
| commit | 641f32f6845048eff0e1d729d1be7e26ea3784c5 (patch) | |
| tree | 3ad6208a1dbbaed3979017deef88478f53fe0f4c /tests | |
| parent | hw/arm/virt: Use object_property_set instead of qdev_prop_set (diff) | |
| download | qemu-641f32f6845048eff0e1d729d1be7e26ea3784c5.tar.gz qemu-641f32f6845048eff0e1d729d1be7e26ea3784c5.tar.xz qemu-641f32f6845048eff0e1d729d1be7e26ea3784c5.zip | |
tests/acpi: allow updates of VIOT expected data files
Create empty data files and allow updates for the upcoming VIOT tests.
Acked-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Message-id: 20211210170415.583179-6-jean-philippe@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/data/acpi/q35/DSDT.viot | 0 | ||||
| -rw-r--r-- | tests/data/acpi/q35/VIOT.viot | 0 | ||||
| -rw-r--r-- | tests/data/acpi/virt/VIOT | 0 | ||||
| -rw-r--r-- | tests/qtest/bios-tables-test-allowed-diff.h | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/DSDT.viot diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/VIOT.viot diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/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", |
