From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3Wsy-0003yz-1S for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:30:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3Wsw-0001TM-Sn for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:30:31 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:57989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3Wsw-0001T3-Hq for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:30:30 -0400 Message-ID: <4CACA420.4030300@mail.berlios.de> Date: Wed, 06 Oct 2010 18:30:24 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Bug 655555] [NEW] "-cpu ?" doesn't work as documented References: <20101006075818.6994.1193.malonedeb@soybean.canonical.com> <20101006075818.6994.1193.malonedeb@soybean.canonical.com> In-Reply-To: <20101006075818.6994.1193.malonedeb@soybean.canonical.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Martin von Gagern Cc: Bug 655555 <655555@bugs.launchpad.net>, qemu-devel@nongnu.org Am 06.10.2010 09:58, schrieb Martin von Gagern: > Public bug reported: > > I've got qemu-kvm 0.12.5 on Gentoo Linux on an amd64 host. Both HTML > documentation and compiled-in command line help state that "-cpu ?" > should give me a list of possible values for the -cpu command line > switch. In fact that switch results in an error message: "Unable to find > x86 CPU definition". > > Either the documentation or the implementation should be adjusted > accordingly. > > ** Affects: qemu > Importance: Undecided > Status: New > > Does one of these work: -cpu \? -cpu '?' If yes, then the shell's wildcard expansion caused your problem.