From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57750 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgHcW-0002cC-Vj for qemu-devel@nongnu.org; Tue, 03 Aug 2010 09:33:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgHcS-0000iD-QO for qemu-devel@nongnu.org; Tue, 03 Aug 2010 09:33:28 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:39849) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgHcS-0000i7-Mu for qemu-devel@nongnu.org; Tue, 03 Aug 2010 09:33:24 -0400 Received: by gwb11 with SMTP id 11so1789573gwb.4 for ; Tue, 03 Aug 2010 06:33:24 -0700 (PDT) Message-ID: <4C581AA2.1080105@codemonkey.ws> Date: Tue, 03 Aug 2010 08:33:22 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCHv3] Load "bootsplash.jpg" if present References: <20100802161157.GA11743@morn.localdomain> <4C56F35D.6020708@codemonkey.ws> <20100802164752.GA13438@morn.localdomain> <20100803095221.GB16372@amd.home.annexia.org> <4C5810B6.3020702@codemonkey.ws> <20100803125412.GA22211@amd.home.annexia.org> <20100803130418.GC22211@amd.home.annexia.org> In-Reply-To: <20100803130418.GC22211@amd.home.annexia.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Richard W.M. Jones" Cc: Kevin O'Connor , qemu-devel@nongnu.org On 08/03/2010 08:04 AM, Richard W.M. Jones wrote: > On Tue, Aug 03, 2010 at 01:54:12PM +0100, Richard W.M. Jones wrote: > >> On Tue, Aug 03, 2010 at 07:51:02AM -0500, Anthony Liguori wrote: >> >>> If menu=off, it probably just shouldn't display. I assume >>> libguestfs is passing menu=off... >>> >> We don't actually, but it is a tremendously good idea so I'll add it, >> thanks :-) >> > Or maybe I won't. The default is boot_menu = 0 (off), confirmed > by examining the code. > You shouldn't rely on defaults though if you want to be future proof. The defaults are "whatever we think is the best for the user" and as such, may change from version to version. Regards, Anthony Liguori > Rich. > >