From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDLdS-0006qg-80 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:22:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDLdQ-0006ph-Ob for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:22:01 -0500 Received: from [199.232.76.173] (port=58445 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDLdQ-0006pW-A7 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:22:00 -0500 Received: from mail-ew0-f21.google.com ([209.85.219.21]:61657) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDLdP-0001pz-I7 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 11:21:59 -0500 Received: by ewy14 with SMTP id 14so582885ewy.10 for ; Thu, 18 Dec 2008 08:21:58 -0800 (PST) Message-ID: <494A78A1.4090406@codemonkey.ws> Date: Thu, 18 Dec 2008 10:21:53 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1229611897-7348-1-git-send-email-Laurent.Vivier@bull.net> In-Reply-To: <1229611897-7348-1-git-send-email-Laurent.Vivier@bull.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/2][v2] Add BIOS splash image support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier Cc: bochs developers , qemu developers , kvm developers Laurent Vivier wrote: > 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. You can enable/disable a fade in, > fade out and the bootmenu. The time to display the image can be also given (in > seconds). > > Idea stollen from VirtualBox. > > [PATCH 1/2] [BIOS] Add splash image support > [PATCH 2/2] [QEMU] Add BIOS splash image > Can you resubmit against QEMU and upstream bochs? I've done the port myself, it's pretty easy. Regards, Anthony Liguori > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >