]> git.proxmox.com Git - mirror_qemu.git/commit - configure
acpi: add rules to compile ASL source
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 24 Jul 2013 15:56:03 +0000 (18:56 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 14 Oct 2013 14:48:51 +0000 (17:48 +0300)
commita31a864273bb501851a4d52a366c645d06a53991
tree77e66874d139c1546ea7c8b01bd9f0dd552585ed
parent74523b850189afc23b608918c458b9242757f6d9
acpi: add rules to compile ASL source

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.

Note: distros are known to silently update iasl
so detect correct iasl flags for the installed version on each run as
opposed to at configure time.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Tested-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
configure
hw/i386/Makefile.objs
scripts/update-acpi.sh [new file with mode: 0644]