From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJOMj-0001wA-Tv for qemu-devel@nongnu.org; Wed, 24 Jun 2009 05:02:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJOMe-0001so-Fx for qemu-devel@nongnu.org; Wed, 24 Jun 2009 05:02:01 -0400 Received: from [199.232.76.173] (port=38912 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJOMe-0001sZ-8U for qemu-devel@nongnu.org; Wed, 24 Jun 2009 05:01:56 -0400 Received: from mx2.redhat.com ([66.187.237.31]:42783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJOMd-0001J7-Hu for qemu-devel@nongnu.org; Wed, 24 Jun 2009 05:01:55 -0400 Message-ID: <4A41EBBD.3090707@redhat.com> Date: Wed, 24 Jun 2009 12:02:53 +0300 From: Avi Kivity MIME-Version: 1.0 References: <20090624083512.766907560@sgi.com> <20090624083725.117898545@sgi.com> In-Reply-To: <20090624083725.117898545@sgi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [patch 1/2] Introduce -smp , maxcpus= flag to specify maximum number of CPUS. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes Sorensen Cc: Anthony Liguori , qemu-devel@nongnu.org On 06/24/2009 11:35 AM, Jes Sorensen wrote: > Follow on patch will use it to determine the size of the MADT and > other BIOS tables. > > +int max_cpus = 16; > Again I should have noticed this before, but this and the other constants should come from the QEMUMachine we're targeting, since each target has different limits. -- error compiling committee.c: too many arguments to function