From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1P3h-0008W3-6H for qemu-devel@nongnu.org; Thu, 09 Jan 2014 18:30:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1P3c-0008I9-Nd for qemu-devel@nongnu.org; Thu, 09 Jan 2014 18:30:41 -0500 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:53018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1P3c-0008I3-DY for qemu-devel@nongnu.org; Thu, 09 Jan 2014 18:30:36 -0500 Date: Thu, 9 Jan 2014 15:30:28 -0800 From: "Noonan, Steven" Message-ID: <20140109233027.GA11226@amazon.com> References: <1389304508-10100-1-git-send-email-steven@uplinklabs.net> <1389304508-10100-3-git-send-email-steven@uplinklabs.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 3/3] Makefile: add bios-256k.bin to BLOBS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Steven Noonan , QEMU Developers , Anthony Liguori On Thu, Jan 09, 2014 at 11:27:47PM +0000, Peter Maydell wrote: > On 9 January 2014 21:55, Steven Noonan wrote: > > From: Steven Noonan > > > > Signed-off-by: Steven Noonan > > Cc: Anthony Liguori > > --- > > Makefile | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Makefile b/Makefile > > index bdff4e4..807054b 100644 > > --- a/Makefile > > +++ b/Makefile > > @@ -290,7 +290,7 @@ common de-ch es fo fr-ca hu ja mk nl-be pt sl tr \ > > bepo cz > > > > ifdef INSTALL_BLOBS > > -BLOBS=bios.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ > > +BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \ > > We already have this patch on list and reviewed: > http://patchwork.ozlabs.org/patch/299233/ > > Anthony should just apply that one :-) Agreed. This is what happens when I don't search the list before writing a patch. :)