From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vihv8-0000Ek-UJ for qemu-devel@nongnu.org; Tue, 19 Nov 2013 04:48:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vihv0-0008GZ-I5 for qemu-devel@nongnu.org; Tue, 19 Nov 2013 04:48:34 -0500 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:57457 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vihv0-0008G6-4y for qemu-devel@nongnu.org; Tue, 19 Nov 2013 04:48:26 -0500 Message-ID: <528B33F2.6060202@kamp.de> Date: Tue, 19 Nov 2013 10:48:34 +0100 From: Peter Lieven MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] vl.c: question on cpu core calculation in smp_parse List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, if I specify just e.g. -smp 4 then smp_parse computes the following values: cpus 4, cores 1, threads 1, sockets 1 shouldn't the number of cores in this case not be 4? Peter