From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtaI0-00029T-0i for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:48:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtaHy-0005LM-SY for qemu-devel@nongnu.org; Fri, 11 Jan 2013 03:48:35 -0500 Date: Fri, 11 Jan 2013 09:48:22 +0100 From: Stefan Hajnoczi Message-ID: <20130111084822.GF23656@stefanha-thinkpad.muc.redhat.com> References: <1357671140-21713-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1357671140-21713-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs too List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-trivial@nongnu.org, Anthony Liguori , qemu-devel@nongnu.org, kraxel@redhat.com On Tue, Jan 08, 2013 at 07:52:20PM +0100, Laszlo Ersek wrote: > The WARNING message from commit f7e4dd6c made me notice. > > Signed-off-by: Laszlo Ersek > --- > Makefile | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/Makefile b/Makefile > index a7ac04b..f6626b5 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 \ I'm not familiar with the ACPI stuff and how we want to ship it. Gerd or Anthony: Please review this patch. Thanks, Stefan