From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKh9W-0006lc-9s for qemu-devel@nongnu.org; Mon, 03 Mar 2014 23:40:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKh9O-0001QP-LC for qemu-devel@nongnu.org; Mon, 03 Mar 2014 23:40:25 -0500 Received: from mail-pd0-f174.google.com ([209.85.192.174]:57442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKh9O-0001Q3-F0 for qemu-devel@nongnu.org; Mon, 03 Mar 2014 23:40:18 -0500 Received: by mail-pd0-f174.google.com with SMTP id y13so4594959pdi.19 for ; Mon, 03 Mar 2014 20:40:17 -0800 (PST) Received: from aik.ozlabs.ibm.com (ibmaus65.lnk.telstra.net. [165.228.126.9]) by mx.google.com with ESMTPSA id qw1sm35203415pbc.16.2014.03.03.20.40.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Mar 2014 20:40:16 -0800 (PST) Message-ID: <5315592D.2090307@ozlabs.ru> Date: Tue, 04 Mar 2014 15:40:13 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] -smp question List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi! -smp 8,sockets=1,cores=3,threads=4 does not produce an error and the actual CPU topology is -smp 8,threads=2 which is not really the same. Also the user actually expected 1*3*4=12 CPUs, conflict again. What would the correct fix be? Or there is yet another SMP QOM rework coming and it will fix everything? :) Thanks! -- Alexey