Re: [PATCH v2] tests: disassemble-aml.sh: generate AML in readable format

2020-07-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200701121349.50523-1-...@redhat.com/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH v2] tests: disassemble-aml.sh: generate AML in readable format Type: series Message-id

[PATCH v2] tests: disassemble-aml.sh: generate AML in readable format

2020-07-01 Thread Michael S. Tsirkin
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 --- changes from v1: - suggest the script fr