From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MJO1r-0002yL-UC for qemu-devel@nongnu.org; Wed, 24 Jun 2009 04:40:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MJO1m-0002sq-PD for qemu-devel@nongnu.org; Wed, 24 Jun 2009 04:40:27 -0400 Received: from [199.232.76.173] (port=60289 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MJO1m-0002se-F0 for qemu-devel@nongnu.org; Wed, 24 Jun 2009 04:40:22 -0400 Received: from relay3.sgi.com ([192.48.156.57]:49594 helo=relay.sgi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MJO1m-0005yp-1p for qemu-devel@nongnu.org; Wed, 24 Jun 2009 04:40:22 -0400 Message-Id: <20090624083512.766907560@sgi.com> Date: Wed, 24 Jun 2009 10:35:12 +0200 From: Jes Sorensen Subject: [Qemu-devel] [patch 0/2] QEMU maxcpus support v2 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Avi Kivity Hi, Here is an updated version of the ,maxcpus patch, now adding it as a sub-option to -smp, ie, -smp ,maxcpus=. In addition it has the QEMU BOCHS patches to make the BIOS use the value passed. Specifying maxcpus= allows the user to cap the limit of possibly cpus of the system, as opposed to -smp which specifies the number of running cpus at startup. This allows us to build BIOS tables accordingly when trying to scale up in size, and it also allows for the BIOS to build smaller tables when not needed. I am going to submit a set of patches directly for BOCHS as well. Cheers, Jes