diff options
author | Isaku Yamahata <isaku.yamahata@intel.com> | 2021-02-17 21:51:10 -0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-02-23 10:58:42 -0500 |
commit | 7995d9a399ecb7f509e2862b96bc2dcb249a8d44 (patch) | |
tree | c1e56cf8a69ae46ac26b8a64f9319339ea9f76c1 /tests/data | |
parent | d2f1af0e41205269bd87e56e133a4353dc8de664 (diff) |
qtest: update tests/qtest/bios-tables-test-allowed-diff.h
The following tests will modify acpi tables.
prepare qtests to allow acpi table change.
add new tables for new tests.
- tests/data/acpi/pc/DSDT.nohpet
- tests/data/acpi/pc/FACP.nosmm
- tests/data/acpi/q35/DSDT.nohpet
- tests/data/acpi/q35/FACP.nosmm
Acked-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
Message-Id: <c8285f54deab362ed839d31f0fb5bb590ab71fdd.1613615732.git.isaku.yamahata@intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/acpi/pc/DSDT.nohpet | 0 | ||||
-rw-r--r-- | tests/data/acpi/pc/FACP.nosmm | 0 | ||||
-rw-r--r-- | tests/data/acpi/q35/DSDT.nohpet | 0 | ||||
-rw-r--r-- | tests/data/acpi/q35/FACP.nosmm | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/data/acpi/pc/DSDT.nohpet b/tests/data/acpi/pc/DSDT.nohpet new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/pc/DSDT.nohpet diff --git a/tests/data/acpi/pc/FACP.nosmm b/tests/data/acpi/pc/FACP.nosmm new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/pc/FACP.nosmm diff --git a/tests/data/acpi/q35/DSDT.nohpet b/tests/data/acpi/q35/DSDT.nohpet new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/DSDT.nohpet diff --git a/tests/data/acpi/q35/FACP.nosmm b/tests/data/acpi/q35/FACP.nosmm new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/data/acpi/q35/FACP.nosmm |