From patchwork Fri Jan 11 08:53:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 211238 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3762E2C01FB for ; Fri, 11 Jan 2013 19:53:25 +1100 (EST) Received: from localhost ([::1]:51724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaMd-0003p8-97 for incoming@patchwork.ozlabs.org; Fri, 11 Jan 2013 03:53:23 -0500 Received: from eggs.gnu.org ([208.118.235.92]:36683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaMN-0003os-MC for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtaMJ-0006li-Nv for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaMJ-0006lP-Ft for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:53:03 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0B8r2OP005713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 11 Jan 2013 03:53:02 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-92.ams2.redhat.com [10.36.116.92]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0B8r1vn011735; Fri, 11 Jan 2013 03:53:02 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id C3D61412CC; Fri, 11 Jan 2013 09:53:00 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Fri, 11 Jan 2013 09:53:00 +0100 Message-Id: <1357894380-2489-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1357894380-2489-1-git-send-email-kraxel@redhat.com> References: <1357894380-2489-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Laszlo Ersek , Gerd Hoffmann Subject: [Qemu-devel] [PATCH 4/4] Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Laszlo Ersek The WARNING message from commit f7e4dd6c made me notice. Signed-off-by: Laszlo Ersek Signed-off-by: Gerd Hoffmann --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index ee06448..0200bf3 100644 --- a/Makefile +++ b/Makefile @@ -280,6 +280,7 @@ bepo ifdef INSTALL_BLOBS BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin \ +acpi-dsdt.aml q35-acpi-dsdt.aml \ ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc \ pxe-e1000.rom pxe-eepro100.rom pxe-ne2k_pci.rom \ pxe-pcnet.rom pxe-rtl8139.rom pxe-virtio.rom \