]> git.proxmox.com Git - mirror_qemu.git/commit - tests/bios-tables-test.c
acpi unit-test: resolved iasl crash
authorMarcel Apfelbaum <marcel.a@redhat.com>
Thu, 16 Jan 2014 15:50:47 +0000 (17:50 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
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 <mst@redhat.com>
Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/acpi-test.c