From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49831 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgGln-0001nn-Bt for qemu-devel@nongnu.org; Tue, 03 Aug 2010 08:39:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgGlg-0007pe-V4 for qemu-devel@nongnu.org; Tue, 03 Aug 2010 08:38:57 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:54923) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgGlg-0007pX-RU for qemu-devel@nongnu.org; Tue, 03 Aug 2010 08:38:52 -0400 Received: by qyk31 with SMTP id 31so1106900qyk.4 for ; Tue, 03 Aug 2010 05:38:52 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C5829F8.30406@redhat.com> Date: Tue, 03 Aug 2010 16:38:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20100802161157.GA11743@morn.localdomain> <4C56F35D.6020708@codemonkey.ws> <20100802164752.GA13438@morn.localdomain> In-Reply-To: <20100802164752.GA13438@morn.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCHv3] Load "bootsplash.jpg" if present List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: qemu-devel@nongnu.org On 08/02/2010 06:47 PM, Kevin O'Connor wrote: > On Mon, Aug 02, 2010 at 11:33:33AM -0500, Anthony Liguori wrote: >> On 08/02/2010 11:11 AM, Kevin O'Connor wrote: >>> Load the "bootsplash.jpg" file into fw_cfg if it is found in the roms >>> directory. >> >> Sorry, I should have provided this in the first response. >> >> Does the bootsplash cause a delay in startup time? If so, we'll >> want to be able to disable this at boot time via the -boot option. >> If it doesn't, this patch is probably fine as is. > > That's okay - the patch is intended to start discussion anyway. > > There is no added delay for the bootsplash. However, it does take > time to decompress it. On my machine it can take between 200-300ms > for the jpeg code. KVM or TCG? Also, what's the time for a completely black bootsplash? Paolo