From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSpa5-0006lA-B2 for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:17:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSpZw-0000pG-Fh for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:17:29 -0400 Received: from mail-lb0-f172.google.com ([209.85.217.172]:41493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSpZw-0000oB-9U for qemu-devel@nongnu.org; Wed, 26 Mar 2014 11:17:20 -0400 Received: by mail-lb0-f172.google.com with SMTP id c11so1618994lbj.31 for ; Wed, 26 Mar 2014 08:17:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1395775613-30984-1-git-send-email-peter.maydell@linaro.org> References: <1395775613-30984-1-git-send-email-peter.maydell@linaro.org> From: Peter Maydell Date: Wed, 26 Mar 2014 15:16:55 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [maybe-for-2.0 0/2] hw/arm: Don't specify any default board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Paolo Bonzini , "qemu-ppc@nongnu.org" , Patch Tracking On 25 March 2014 19:26, Peter Maydell wrote: > Since it's now more likely that users will hit it, patch 2 > improves the slightly cryptic error "No machine found." to > align with the rather more helpful text produced if you ask > -M no-such-machine. I did a scan of other targets, and it turns out that ppcemb also currently doesn't specify any default board. So the improving of the error message will also help there. thanks -- PMM