From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqJ3u-0004ZX-J5 for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:53:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqJ3n-0006RG-3y for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:53:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqJ3m-0006PV-SA for qemu-devel@nongnu.org; Tue, 10 Dec 2013 03:52:55 -0500 Message-ID: <1386665569.15686.0.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 10 Dec 2013 09:52:49 +0100 In-Reply-To: <20131209233334.GC27737@otherpad.lan.raisama.net> References: <1386322527-23148-1-git-send-email-kraxel@redhat.com> <1386322527-23148-9-git-send-email-kraxel@redhat.com> <20131209233334.GC27737@otherpad.lan.raisama.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add bios-256k.bin to BLOBS on Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Anthony Liguori On Mo, 2013-12-09 at 21:33 -0200, Eduardo Habkost wrote: > The default machine-type (pc-i440fx-2.0) now requires bios-256k.bin, but > "make install" isn't installing it, so qemu-system-x86_64 won't run out > of the box. Add it to BLOBS so it gets installed. Reviewed-by: Gerd Hoffmann cheers, Gerd