diff options
author | Igor Mammedov | 2018-02-28 15:23:46 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2018-03-13 22:09:49 +0100 |
commit | 13b1881aacc7e5018773bd545bbaf8d5476699ee (patch) | |
tree | 688e0d9c8ba7b2cdfcad858154f95d0d5cd3af72 | |
parent | virtio-net: add linkspeed and duplex settings to virtio-net (diff) | |
download | qemu-13b1881aacc7e5018773bd545bbaf8d5476699ee.tar.gz qemu-13b1881aacc7e5018773bd545bbaf8d5476699ee.tar.xz qemu-13b1881aacc7e5018773bd545bbaf8d5476699ee.zip |
acpi: remove unused acpi-dsdt.aml
SeaBIOS blob which is currently shipped with QEMU
doesn't need acpi-dsdt.aml nor is able to use it
and code that loaded it in QEMU was removed by
(commit 9fb7aaaf4c "pc: drop external DSDT loading")
in 2013.
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | pc-bios/acpi-dsdt.aml | bin | 4405 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
@@ -775,7 +775,6 @@ 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 \ 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 \ diff --git a/pc-bios/acpi-dsdt.aml b/pc-bios/acpi-dsdt.aml Binary files differdeleted file mode 100644 index 558c10f51c..0000000000 --- a/pc-bios/acpi-dsdt.aml +++ /dev/null |