From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDNXY-0004gG-3H for qemu-devel@nongnu.org; Thu, 18 Dec 2008 13:24:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDNXW-0004cR-CC for qemu-devel@nongnu.org; Thu, 18 Dec 2008 13:24:03 -0500 Received: from [199.232.76.173] (port=52813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDNXW-0004cG-8G for qemu-devel@nongnu.org; Thu, 18 Dec 2008 13:24:02 -0500 Received: from rv-out-0708.google.com ([209.85.198.250]:64519) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDNXV-0005Eg-QV for qemu-devel@nongnu.org; Thu, 18 Dec 2008 13:24:02 -0500 Received: by rv-out-0708.google.com with SMTP id k29so688136rvb.0 for ; Thu, 18 Dec 2008 10:23:59 -0800 (PST) Message-ID: Date: Thu, 18 Dec 2008 19:23:59 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] [PATCH 0/2][v2] Add BIOS splash image support In-Reply-To: <1229611897-7348-1-git-send-email-Laurent.Vivier@bull.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1229611897-7348-1-git-send-email-Laurent.Vivier@bull.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 2008/12/18 Laurent Vivier : > This series of patches adds a nice BIOS startup splash screen. > > It adds a "-splash" option allowing to specify the picture file name (a 640x480 (or less) and true color PNG) to display. Maybe having a default splash image in the same directory as the BIOS binary, with hardcoded path, would make sense? Then instead of adding -splash you could override with -L. A linux distribution could override it too. Cheers