From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LCceI-0005ZY-FS for qemu-devel@nongnu.org; Tue, 16 Dec 2008 11:19:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LCceE-0005UZ-CG for qemu-devel@nongnu.org; Tue, 16 Dec 2008 11:19:51 -0500 Received: from [199.232.76.173] (port=60123 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LCceD-0005TI-JG for qemu-devel@nongnu.org; Tue, 16 Dec 2008 11:19:49 -0500 Received: from mail-bw0-f12.google.com ([209.85.218.12]:58669) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LCceC-0004TF-Dg for qemu-devel@nongnu.org; Tue, 16 Dec 2008 11:19:48 -0500 Received: by bwz5 with SMTP id 5so5993314bwz.10 for ; Tue, 16 Dec 2008 08:19:47 -0800 (PST) Message-ID: Date: Tue, 16 Dec 2008 18:16:31 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] [PATCH 3/3] [QEMU] Add BIOS splash image In-Reply-To: <1229440810-12394-4-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: <1229440810-12394-1-git-send-email-Laurent.Vivier@bull.net> <1229440810-12394-2-git-send-email-Laurent.Vivier@bull.net> <1229440810-12394-3-git-send-email-Laurent.Vivier@bull.net> <1229440810-12394-4-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 Cc: bochs developers , kvm developers , Laurent Vivier On 12/16/08, Laurent Vivier wrote: > This patch adds to qemu the function needed to display a splash image under > BIOS control through the firmware control device. > > It adds a "-splash" option allowing to specify the picture file name (a .PNG) > to display. You can enable/disable a fade in, fade out and the bootmenu. The > time to display the image can be also given (in seconds). Nice. But shouldn't this be more generic, I think we want to use this on OpenBIOS/Sparc (or PPC) too?