From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYdJ4-0001sr-2J for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:28:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYdIv-0006xy-ER for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:28:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYdIv-0006xR-6s for qemu-devel@nongnu.org; Thu, 19 Mar 2015 12:28:17 -0400 Date: Thu, 19 Mar 2015 17:28:13 +0100 From: Igor Mammedov Message-ID: <20150319172813.6ce93d8c@nial.brq.redhat.com> In-Reply-To: <550AF793.8030106@suse.de> References: <1426696705-32472-1-git-send-email-imammedo@redhat.com> <550AF793.8030106@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 for-2.3] numa: pc: fix default VCPU to node mapping List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?B?RsOkcmJlcg==?= Cc: qemu-devel@nongnu.org, ehabkost@redhat.com On Thu, 19 Mar 2015 17:21:39 +0100 Andreas F=C3=A4rber wrote: I'll fix the rest of comments. >=20 > Isn't the 5 wrong here? I would expect sockets, cores and threads > overriding that value to 8. 5 is correct here it's number of present at boot VCPUs while "sockets=3D2,cores=3D4,threads=3D1" defines system topology - NUMA stuff and maxcpus is total VCPUs limit upto which they could be hotplugged.