From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwOWG-00016k-L6 for qemu-devel@nongnu.org; Tue, 21 Apr 2009 18:32:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwOWC-00014k-0y for qemu-devel@nongnu.org; Tue, 21 Apr 2009 18:32:48 -0400 Received: from [199.232.76.173] (port=38862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwOWB-00014f-TP for qemu-devel@nongnu.org; Tue, 21 Apr 2009 18:32:43 -0400 Received: from e5.ny.us.ibm.com ([32.97.182.145]:57393) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwOWB-0003Po-HO for qemu-devel@nongnu.org; Tue, 21 Apr 2009 18:32:43 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e5.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3LMS7eF027595 for ; Tue, 21 Apr 2009 18:28:07 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3LMWcCa194958 for ; Tue, 21 Apr 2009 18:32:38 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3LMWch2013196 for ; Tue, 21 Apr 2009 18:32:38 -0400 Message-ID: <49EE4984.1030207@us.ibm.com> Date: Tue, 21 Apr 2009 17:32:36 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1240311769-8590-1-git-send-email-andre.przywara@amd.com> <1240311769-8590-2-git-send-email-andre.przywara@amd.com> In-Reply-To: <1240311769-8590-2-git-send-email-andre.przywara@amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/4] added -numa cmdline parameter parser List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andre Przywara Cc: qemu-devel@nongnu.org Andre Przywara wrote: > adds a -numa command line parameter and sets a QEMU global array with > the memory sizes. The CPU-to-node assignemnt is written into the > CPUState. If no specific values for memory and CPUs are given, > all resources will be split equally across all nodes. > This code currently support only up to 64 virtual CPUs. > > Signed-off-by: Andre Przywara > Applied all. Thanks! -- Regards, Anthony Liguori