From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBihb-0000QU-ST for qemu-devel@nongnu.org; Mon, 28 Jul 2014 07:02:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBihT-0002gB-52 for qemu-devel@nongnu.org; Mon, 28 Jul 2014 07:02:47 -0400 Message-ID: <53D62DCC.8080308@suse.de> Date: Mon, 28 Jul 2014 13:02:36 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1404357007-29507-1-git-send-email-aik@ozlabs.ru> <53CC85C6.4070501@ozlabs.ru> In-Reply-To: <53CC85C6.4070501@ozlabs.ru> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/6] spapr: rework memory nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: Nishanth Aravamudan , qemu-ppc@nongnu.org On 21.07.14 05:15, Alexey Kardashevskiy wrote: > On 07/03/2014 01:10 PM, Alexey Kardashevskiy wrote: >> c4177479 "spapr: make sure RMA is in first mode of first memory node" >> introduced regression which prevents from running guests with memoryless >> NUMA node#0 which may happen on real POWER8 boxes and which would make >> sense to debug in QEMU. >> >> This patchset aim is to fix that and also fix various code problems in >> memory nodes generation. >> >> These 2 patches could be merged (the resulting patch looks rather ugly): >> spapr: Use DT memory node rendering helper for other nodes >> spapr: Move DT memory node rendering to a helper >> >> >> Alex, there are "numa: enable sparse node numbering ..." patches from Nish, >> which set can go first so the other could rebase on top of it? Thanks! > > Ping. This is for 2.2 indeed. Thanks, applied all to ppc-next-2.2. Alex