pc: acpi: remove unused ASL templates and related blobs/utils
commit9fc6502606864811aaa96282411e83af63bf80fd
authorIgor Mammedov <imammedo@redhat.com>
Mon, 28 Dec 2015 17:02:58 +0000 (28 18:02 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sat, 9 Jan 2016 21:20:19 +0000 (9 23:20 +0200)
tree95a97f7eaa8ffe03f3dffda47af21c570bc79399
parent3db119da79155788908416d9b5f0e6f32cfcc748
pc: acpi: remove unused ASL templates and related blobs/utils

QEMU now uses internally composed DSDT so drop now
empty *.dsl templates and related *.generated
binary blobs.

Also since templates are not used anymore/obolete
remove utility scripts used for extracting/patching
AML blobs compiled by IASL and for updating them
in git tree.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/Makefile.objs
hw/i386/acpi-dsdt.dsl [deleted file]
hw/i386/acpi-dsdt.hex.generated [deleted file]
hw/i386/q35-acpi-dsdt.dsl [deleted file]
hw/i386/q35-acpi-dsdt.hex.generated [deleted file]
scripts/acpi_extract.py [deleted file]
scripts/acpi_extract_preprocess.py [deleted file]
scripts/update-acpi.sh [deleted file]