Re: [Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash

2014-01-06 Thread Marcel Apfelbaum
On Mon, 2014-01-06 at 16:35 +0200, Michael S. Tsirkin wrote: > On Mon, Jan 06, 2014 at 03:21:52PM +0200, Marcel Apfelbaum wrote: > > On Mon, 2014-01-06 at 13:43 +0200, Michael S. Tsirkin wrote: > > > On Sun, Dec 29, 2013 at 02:32:50PM +0200, Marcel Apfelbaum wrote: > > > > It seems that iasl has an

Re: [Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash

2014-01-06 Thread Michael S. Tsirkin
On Mon, Jan 06, 2014 at 03:21:52PM +0200, Marcel Apfelbaum wrote: > On Mon, 2014-01-06 at 13:43 +0200, Michael S. Tsirkin wrote: > > On Sun, Dec 29, 2013 at 02:32:50PM +0200, Marcel Apfelbaum wrote: > > > It seems that iasl has an issue when disassembles > > > some ACPI tables using the command lin

Re: [Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash

2014-01-06 Thread Marcel Apfelbaum
On Mon, 2014-01-06 at 13:43 +0200, Michael S. Tsirkin wrote: > On Sun, Dec 29, 2013 at 02:32:50PM +0200, Marcel Apfelbaum wrote: > > It seems that iasl has an issue when disassembles > > some ACPI tables using the command line: > > iasl -e DSDT -e SSDT -d HPET > > I opened a bug on iasl project: >

Re: [Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash

2014-01-06 Thread Michael S. Tsirkin
On Sun, Dec 29, 2013 at 02:32:50PM +0200, Marcel Apfelbaum wrote: > It seems that iasl has an issue when disassembles > some ACPI tables using the command line: > iasl -e DSDT -e SSDT -d HPET > I opened a bug on iasl project: > https://github.com/acpica/acpica/issues/20 > > Modified the iasl comma

[Qemu-devel] [PATCH] acpi unit-test: resolved iasl crash

2013-12-29 Thread Marcel Apfelbaum
It seems that iasl has an issue when disassembles some ACPI tables using the command line: iasl -e DSDT -e SSDT -d HPET I opened a bug on iasl project: https://github.com/acpica/acpica/issues/20 Modified the iasl command line to "iasl -d HPET" until the problem is solved. The command line remained