From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34176 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3XJW-0006m7-Vi for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:58:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3XI0-0006W4-2h for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:56:26 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:55682 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P3XHz-0006VP-Lk for qemu-devel@nongnu.org; Wed, 06 Oct 2010 12:56:24 -0400 Message-ID: <4CACAA32.2050505@gmx.net> Date: Wed, 06 Oct 2010 18:56:18 +0200 From: Martin von Gagern 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> <4CACA420.4030300@mail.berlios.de> In-Reply-To: <4CACA420.4030300@mail.berlios.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Bug 655555 <655555@bugs.launchpad.net>, qemu-devel@nongnu.org On 06.10.2010 18:30, Stefan Weil wrote: > Does one of these work: > > -cpu \? > -cpu '?' > > If yes, then the shell's wildcard expansion caused your problem. Yes indeed. Should have thought of that myself. Nevertheless, a note in the manual might help others like me. Thanks in any case!