From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJMrU-0001IX-Va for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:25:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJMrQ-0001Fh-6Q for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:25:40 -0400 Received: from [199.232.76.173] (port=55402 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJMrQ-0001Fd-3G for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:25:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:56179) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MJMrP-0000Nn-NM for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:25:35 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJMrP-000157-2i for qemu-devel@nongnu.org; Wed, 24 Jun 2009 03:25:35 -0400 Received: by ewy7 with SMTP id 7so827067ewy.34 for ; Wed, 24 Jun 2009 00:25:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A41D2C2.6010100@sgi.com> References: <20090623100009.827553739@sgi.com> <4A40BE90.4040709@redhat.com> <4A40D965.7010508@sgi.com> <4A40DA69.7010300@redhat.com> <4A40EF9D.90303@sgi.com> <4A40F91D.5060102@redhat.com> <4A41D2C2.6010100@sgi.com> Date: Wed, 24 Jun 2009 09:25:32 +0200 Message-ID: <5b31733c0906240025o5312b931id83c1d56723a9374@mail.gmail.com> Subject: Re: [Qemu-devel] Re: [patch 0/2] QEMU maxcpus support From: Filip Navara Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , Avi Kivity , qemu-devel@nongnu.org On Wed, Jun 24, 2009 at 9:16 AM, Jes Sorensen wrote: > On 06/23/2009 05:47 PM, Avi Kivity wrote: >> >> On 06/23/2009 06:07 PM, Jes Sorensen wrote: >>> >>> DEF("smp", HAS_ARG, QEMU_OPTION_smp, >>> - "-smp n set the number of CPUs to 'n' [default=1]\n") >>> + "-smp n,[maxcpus=cpus]\n" >> >> -smp n[,maxcpus=cpus] > > I don't follow you there, please elaborate. > The comma should be inside the brackets, not outside. Best regards, Filip Navara