tests: disassemble-aml.sh: generate AML in readable format
commite6e68e32d2fac52e2f88efc0bd16dd92c2e9e88a
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Jun 2020 16:44:42 +0000 (11 12:44 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 Jul 2020 12:13:43 +0000 (1 08:13 -0400)
tree2254550c64fd8749a0058af4d95d7f55435a2f45
parentfc1bff958998910ec8d25db86cd2f53ff125f7ab
tests: disassemble-aml.sh: generate AML in readable format

On systems where the IASL tool exists, we can convert
extected ACPI tables to ASL format, which is useful
for debugging and documentation purposes.
This script does this for all ACPI tables under tests/data/acpi/.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/data/acpi/disassemle-aml.sh [new file with mode: 0755]
tests/data/acpi/rebuild-expected-aml.sh