summaryrefslogtreecommitdiffstats
path: root/tests/data/acpi/disassemle-aml.sh
Commit message (Collapse)AuthorAgeFilesLines
* disassemble-aml: -o actually worksMichael S. Tsirkin2020-08-271-3/+8
| | | | | | | Turns out that option was borken due to weird iasl command line handling. Fix it. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
* tests: disassemble-aml.sh: generate AML in readable formatMichael S. Tsirkin2020-07-011-0/+52
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>