From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDOKc-0001ty-Hu for qemu-devel@nongnu.org; Thu, 18 Dec 2008 14:14:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDOKa-0001sZ-Mt for qemu-devel@nongnu.org; Thu, 18 Dec 2008 14:14:46 -0500 Received: from [199.232.76.173] (port=42195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDOKa-0001sV-Hi for qemu-devel@nongnu.org; Thu, 18 Dec 2008 14:14:44 -0500 Received: from mail-ew0-f21.google.com ([209.85.219.21]:47963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDOKa-0004eM-DU for qemu-devel@nongnu.org; Thu, 18 Dec 2008 14:14:44 -0500 Received: by ewy14 with SMTP id 14so692469ewy.10 for ; Thu, 18 Dec 2008 11:14:43 -0800 (PST) Message-ID: <494AA11F.4010209@codemonkey.ws> Date: Thu, 18 Dec 2008 13:14:39 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2][v2] Add BIOS splash image support References: <1229611897-7348-1-git-send-email-Laurent.Vivier@bull.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 andrzej zaborowski wrote: > 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. > I think we should leave -splash to allow people to control it but I also like the idea of having a default splash for QEMU. If someone out there is good with gimp, please post splash screens and we can consider a default :-) N.B. If we do this, the prompt=off stuff would disable the splash. We should also prevent the VGA BIOS from writing to the screen during boot but we can do this all as follow up. Regards, Anthony Liguori > Cheers > > >