]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
q35: Remove unused q35-acpi-dsdt.aml file
authorEduardo Habkost <ehabkost@redhat.com>
Sat, 23 Jan 2016 16:02:12 +0000 (14:02 -0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 Feb 2016 11:14:19 +0000 (13:14 +0200)
The file was used only by older machine-types, and it is not
needed anymore.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Makefile
hw/i386/pc_q35.c
pc-bios/q35-acpi-dsdt.aml [deleted file]

index 16db398c6f4ff653dc6afa6f8e0d263d621f1589..70e3ebcd50d3b898c23a24d214064aabba1738f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -391,7 +391,7 @@ bepo    cz
 ifdef INSTALL_BLOBS
 BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
 vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \
-acpi-dsdt.aml q35-acpi-dsdt.aml \
+acpi-dsdt.aml \
 ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \
 pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \
 pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \
index 06a5f9524c309c20d49270ff9fcd2e47837f2316..da28d7774b1218e3a47948f1cd3057ed1f49b9e6 100644 (file)
@@ -116,10 +116,6 @@ static void pc_q35_init(MachineState *machine)
     }
 
     pc_cpus_init(pcms);
-    if (!pcmc->has_acpi_build) {
-        /* only machine types 1.7 & older need this */
-        pc_acpi_init("q35-acpi-dsdt.aml");
-    }
 
     kvmclock_create();
 
diff --git a/pc-bios/q35-acpi-dsdt.aml b/pc-bios/q35-acpi-dsdt.aml
deleted file mode 100644 (file)
index d71b3a3..0000000
Binary files a/pc-bios/q35-acpi-dsdt.aml and /dev/null differ