From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSS9f-0006OD-PH for qemu-devel@nongnu.org; Sun, 07 Feb 2016 11:25:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSS9c-0007Ft-GS for qemu-devel@nongnu.org; Sun, 07 Feb 2016 11:25:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSS9c-0007Fp-6Y for qemu-devel@nongnu.org; Sun, 07 Feb 2016 11:25:40 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id CF7D0C0C2346 for ; Sun, 7 Feb 2016 16:25:39 +0000 (UTC) References: <20160207123001-mutt-send-email-mst@redhat.com> From: Marcel Apfelbaum Message-ID: <56B76FFF.4060204@redhat.com> Date: Sun, 7 Feb 2016 18:25:35 +0200 MIME-Version: 1.0 In-Reply-To: <20160207123001-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] command line error handling broken? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Marcel Apfelbaum , qemu-devel@nongnu.org Cc: Markus Armbruster , Eduardo Habkost On 02/07/2016 12:32 PM, Michael S. Tsirkin wrote: > ./x86_64-softmmu/qemu-system-x86_64 -M q35-1.5 -redir tcp:8022::22 > > qemu-system-x86_64: -redir tcp:8022::22: unsupported machine type > Use -machine help to list supported machines > > It should say q35-1.5 is unsupported, of course. > > Anyone knows what's going on? Sent a patch to fix this: "vl.c: fixed regression of machine error message". Thanks for reporting it, Marcel >