From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6QQE-0007F3-Jc for qemu-devel@nongnu.org; Mon, 05 Aug 2013 15:26:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6QQ6-00076x-77 for qemu-devel@nongnu.org; Mon, 05 Aug 2013 15:26:26 -0400 Received: from mail-yh0-x22b.google.com ([2607:f8b0:4002:c01::22b]:39599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6QQ6-00076t-3m for qemu-devel@nongnu.org; Mon, 05 Aug 2013 15:26:18 -0400 Received: by mail-yh0-f43.google.com with SMTP id z12so1642778yhz.30 for ; Mon, 05 Aug 2013 12:26:17 -0700 (PDT) Sender: Richard Henderson Message-ID: <51FFFC51.1010703@twiddle.net> Date: Mon, 05 Aug 2013 09:26:09 -1000 From: Richard Henderson MIME-Version: 1.0 References: <1375567378-5089-1-git-send-email-aurelien@aurel32.net> <51FE4308.5010208@suse.de> <20130804220647.GB4193@ohm.aurel32.net> <51FFAC0D.1070300@suse.de> <87bo5culz1.fsf@codemonkey.ws> <51FFE2B1.4050009@suse.de> In-Reply-To: <51FFE2B1.4050009@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH for 1.6] mips: revert commit b332d24a8e1290954029814d09156b06ede358e2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Peter Maydell , Aurelien Jarno , Anthony Liguori , qemu-devel@nongnu.org On 08/05/2013 07:36 AM, Andreas Färber wrote: > By comparison, having -alpha firmware just print "Hello" does not seem > all that useful to me... I wouldn't mind error'ing out without useful > arguments there. One of these days I'll get around to adding the bits that let you say "boot" on the PALcode console prompt. But in the meantime, I find the ability to boot the bios up to the "Hello" useful as a smoke-test for TCG changes. That said, I can see how it can be confusing for anyone else, it would be more useful to have something integrated with the testsuite instead, so I won't object if we want to print an error message for lack of -kernel or (explicit) -bios command-line arguments. r~