From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXiyI-00089c-Aj for qemu-devel@nongnu.org; Fri, 04 Sep 2015 00:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXiyF-0000Wm-5h for qemu-devel@nongnu.org; Fri, 04 Sep 2015 00:51:30 -0400 From: David Gibson Date: Fri, 4 Sep 2015 14:51:38 +1000 Message-Id: <1441342300-28318-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [RFCv2 0/2] Don't allocate vcpus on the same guest socket to different NUMA nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aik@ozlabs.ru, mdroth@linux.vnet.ibm.com Cc: David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, agraf@suse.de As requested here's an augmented of the patch to stop guest sockets on the pseries machine type from being split across NUMA nodes. This adds a new patch to first clean up the socket ID calculation that exists for creating the ibm,chip-id property. David Gibson (2): pseries: Fix incorrect calculation of threads per socket for chip-id spapr: Fix default NUMA node allocation for threads hw/ppc/spapr.c | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) -- 2.4.3