]> Git Repo - qemu.git/commit - tests/acpi-test.c
acpi unit-test: resolved iasl crash
authorMarcel Apfelbaum <[email protected]>
Thu, 16 Jan 2014 15:50:47 +0000 (17:50 +0200)
committerMichael S. Tsirkin <[email protected]>
Sun, 26 Jan 2014 11:06:49 +0000 (13:06 +0200)
commit69d09245d19765fd461cc3d3a7d79686007c4474
treea609d90187dd6ce2b521f6ce4325c47668b6d529
parenta3a74ab90ea81cafaf4d03824d47a6d028ea996d
acpi unit-test: resolved iasl crash

It seems that iasl has an issue when disassembles
some ACPI tables using the command line:
iasl -e DSDT -e SSDT -d HPET

Modified the iasl command line to "iasl -d HPET"
until the problem is solved. The command line
remained the same for DSDT and SSDT tables.

Reported-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Marcel Apfelbaum <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
tests/acpi-test.c
This page took 0.021896 seconds and 4 git commands to generate.