diff options
author | Eduardo Habkost | 2016-01-23 17:02:12 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2016-02-25 12:14:19 +0100 |
commit | 75fb3d286eae1b0f7a93897be2d67f42dc466e8e (patch) | |
tree | d2e398bd24430ab0595e289d14024297b7342d86 /Makefile | |
parent | ich9: Remove enable_tco arguments from init functions (diff) | |
download | qemu-75fb3d286eae1b0f7a93897be2d67f42dc466e8e.tar.gz qemu-75fb3d286eae1b0f7a93897be2d67f42dc466e8e.tar.xz qemu-75fb3d286eae1b0f7a93897be2d67f42dc466e8e.zip |
q35: Remove unused q35-acpi-dsdt.aml file
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |