From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 0/4] Arguments to skip boot menu and to hide bios output Date: Sat, 07 Feb 2009 18:02:51 -0600 Message-ID: <498E212B.6050107@codemonkey.ws> References: <1233965825-17970-1-git-send-email-FOSS@AtlasTechnologiesInc.com> <498CCCA6.7030503@codemonkey.ws> <200902071303.20187.Cory@atlastechnologiesinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Cory Fields , kvm@vger.kernel.org To: Cory Fields Return-path: Received: from an-out-0708.google.com ([209.85.132.248]:6719 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754029AbZBHADP (ORCPT ); Sat, 7 Feb 2009 19:03:15 -0500 Received: by an-out-0708.google.com with SMTP id c2so582181anc.1 for ; Sat, 07 Feb 2009 16:03:12 -0800 (PST) In-Reply-To: <200902071303.20187.Cory@atlastechnologiesinc.com> Sender: kvm-owner@vger.kernel.org List-ID: Cory Fields wrote: > Thanks for the direction, will submit patches to the appropriate places. > > > I messed around with extending the -boot syntax as you suggested, > but I think boot c,verbose=off,prompt=off is a little cumbersome. > boot c,quiet,noprompt seems cleaner. Thoughts? I prefer foo=bar syntax for consistency with the rest of QEMU. Play around with it though, it's easy enough to change once you've gotten the patch working. I'm open to persuasion too. Regards, Anthony Liguori > > Also, I agree that they should both be on by default, though I don't > want to step on anyone's toes by hiding copyright/credit info. > Though, note that only normal output is hidden. Errors are still > displayed. Disabling the prompt by default but leaving the text > is probably the way to go. > > > Cory Fields