diff options
author | Marcel Apfelbaum <marcel.a@redhat.com> | 2013-12-26 16:54:19 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-01-26 13:06:49 +0200 |
commit | d259793808052dbef6d2d90cdb09150d03b8413b (patch) | |
tree | 68a7f5f0d4a02a4c6ae08b371bcb1afb60112401 /tests/acpi-test-data | |
parent | 4dd72e04c2c4759782d0eb3e3aff6a36889c1e18 (diff) | |
download | qemu-d259793808052dbef6d2d90cdb09150d03b8413b.tar.gz qemu-d259793808052dbef6d2d90cdb09150d03b8413b.tar.bz2 qemu-d259793808052dbef6d2d90cdb09150d03b8413b.zip |
acpi unit-test: add test files
Added unit-test's expected aml files to be compared
with the actual ACPI tables.
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/acpi-test-data')
-rw-r--r-- | tests/acpi-test-data/pc/APIC | bin | 0 -> 120 bytes |
-rw-r--r-- | tests/acpi-test-data/pc/DSDT | bin | 0 -> 4407 bytes |
-rw-r--r-- | tests/acpi-test-data/pc/FACP | bin | 0 -> 116 bytes |
-rw-r--r-- | tests/acpi-test-data/pc/FACS | bin | 0 -> 64 bytes |
-rw-r--r-- | tests/acpi-test-data/pc/HPET | bin | 0 -> 56 bytes |
-rw-r--r-- | tests/acpi-test-data/pc/SSDT | bin | 0 -> 2104 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/APIC | bin | 0 -> 120 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/DSDT | bin | 0 -> 7344 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/FACP | bin | 0 -> 116 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/FACS | bin | 0 -> 64 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/HPET | bin | 0 -> 56 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/MCFG | bin | 0 -> 60 bytes |
-rw-r--r-- | tests/acpi-test-data/q35/SSDT | bin | 0 -> 2104 bytes |
13 files changed, 0 insertions, 0 deletions
diff --git a/tests/acpi-test-data/pc/APIC b/tests/acpi-test-data/pc/APIC Binary files differnew file mode 100644 index 0000000000..84509e0ae4 --- /dev/null +++ b/tests/acpi-test-data/pc/APIC diff --git a/tests/acpi-test-data/pc/DSDT b/tests/acpi-test-data/pc/DSDT Binary files differnew file mode 100644 index 0000000000..b12e5eb85b --- /dev/null +++ b/tests/acpi-test-data/pc/DSDT diff --git a/tests/acpi-test-data/pc/FACP b/tests/acpi-test-data/pc/FACP Binary files differnew file mode 100644 index 0000000000..0639999ed1 --- /dev/null +++ b/tests/acpi-test-data/pc/FACP diff --git a/tests/acpi-test-data/pc/FACS b/tests/acpi-test-data/pc/FACS Binary files differnew file mode 100644 index 0000000000..fc67ecc407 --- /dev/null +++ b/tests/acpi-test-data/pc/FACS diff --git a/tests/acpi-test-data/pc/HPET b/tests/acpi-test-data/pc/HPET Binary files differnew file mode 100644 index 0000000000..df689b8f99 --- /dev/null +++ b/tests/acpi-test-data/pc/HPET diff --git a/tests/acpi-test-data/pc/SSDT b/tests/acpi-test-data/pc/SSDT Binary files differnew file mode 100644 index 0000000000..5ab1b96af0 --- /dev/null +++ b/tests/acpi-test-data/pc/SSDT diff --git a/tests/acpi-test-data/q35/APIC b/tests/acpi-test-data/q35/APIC Binary files differnew file mode 100644 index 0000000000..84509e0ae4 --- /dev/null +++ b/tests/acpi-test-data/q35/APIC diff --git a/tests/acpi-test-data/q35/DSDT b/tests/acpi-test-data/q35/DSDT Binary files differnew file mode 100644 index 0000000000..59243b952d --- /dev/null +++ b/tests/acpi-test-data/q35/DSDT diff --git a/tests/acpi-test-data/q35/FACP b/tests/acpi-test-data/q35/FACP Binary files differnew file mode 100644 index 0000000000..19f3ac3ce6 --- /dev/null +++ b/tests/acpi-test-data/q35/FACP diff --git a/tests/acpi-test-data/q35/FACS b/tests/acpi-test-data/q35/FACS Binary files differnew file mode 100644 index 0000000000..fc67ecc407 --- /dev/null +++ b/tests/acpi-test-data/q35/FACS diff --git a/tests/acpi-test-data/q35/HPET b/tests/acpi-test-data/q35/HPET Binary files differnew file mode 100644 index 0000000000..df689b8f99 --- /dev/null +++ b/tests/acpi-test-data/q35/HPET diff --git a/tests/acpi-test-data/q35/MCFG b/tests/acpi-test-data/q35/MCFG Binary files differnew file mode 100644 index 0000000000..79ceb27a03 --- /dev/null +++ b/tests/acpi-test-data/q35/MCFG diff --git a/tests/acpi-test-data/q35/SSDT b/tests/acpi-test-data/q35/SSDT Binary files differnew file mode 100644 index 0000000000..186e748e6c --- /dev/null +++ b/tests/acpi-test-data/q35/SSDT |