From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSMb3-0001rJ-Kn for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSMb0-0006hr-F9 for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSMb0-0006hg-9Q for qemu-devel@nongnu.org; Sun, 07 Feb 2016 05:29:34 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id CC2398D3B5 for ; Sun, 7 Feb 2016 10:29:33 +0000 (UTC) Date: Sun, 7 Feb 2016 12:29:28 +0200 From: "Michael S. Tsirkin" Message-ID: <1454840944-29299-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/4] pc: drop AML files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Eduardo Habkost , Marcel Apfelbaum , Laszlo Ersek , Markus Armbruster , Igor Mammedov , Paolo Bonzini , John Snow This is a lightly tested patchset that shows how it's possible to clean out old bits without breaking any user configs. It's quite a lot of bits, too, since we are dealing with binaries here. Will test later if this is received favorably. As a bonus, seabios will be able to drop q35-acpi-dsdt.dsl if it wants to. Michael S. Tsirkin (4): pc/piix: drop acpi-dsdt.aml pc/q35: drop compatiility with old bios types pc/q35: drop dsdt aml configure: don't install aml links configure | 1 - Makefile | 1 - hw/i386/pc_q35.c | 8 -------- pc-bios/acpi-dsdt.aml | Bin 4405 -> 0 bytes pc-bios/q35-acpi-dsdt.aml | Bin 7344 -> 0 bytes 5 files changed, 9 deletions(-) delete mode 100644 pc-bios/acpi-dsdt.aml delete mode 100644 pc-bios/q35-acpi-dsdt.aml -- MST