Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-15 Thread Hu Tao
On Wed, Jul 10, 2013 at 04:51:41PM +0300, Michael S. Tsirkin wrote: Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Do you want to check for iasl version for now? See:

Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-15 Thread Michael S. Tsirkin
On Mon, Jul 15, 2013 at 04:00:23PM +0800, Hu Tao wrote: On Wed, Jul 10, 2013 at 04:51:41PM +0300, Michael S. Tsirkin wrote: Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Do you want

Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-11 Thread Laszlo Ersek
On 07/10/13 15:51, Michael S. Tsirkin wrote: Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- configure | 9 -

Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-11 Thread Laszlo Ersek
On 07/11/13 18:55, Laszlo Ersek wrote: On 07/10/13 15:51, Michael S. Tsirkin wrote: Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Signed-off-by: Michael S. Tsirkin m...@redhat.com ---

Re: [Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-11 Thread Michael S. Tsirkin
On Thu, Jul 11, 2013 at 06:55:37PM +0200, Laszlo Ersek wrote: On 07/10/13 15:51, Michael S. Tsirkin wrote: Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Signed-off-by: Michael S.

[Qemu-devel] [PATCH v2 repost 3/9] acpi: add rules to compile ASL source

2013-07-10 Thread Michael S. Tsirkin
Detect presence of IASL compiler and use it to process ASL source. If not there, use pre-compiled files in-tree. Add script to update the in-tree files. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- configure | 9 - hw/i386/Makefile.objs | 22 ++