From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwRk5-00019m-Il for qemu-devel@nongnu.org; Mon, 16 Jun 2014 03:54:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwRjw-000624-8j for qemu-devel@nongnu.org; Mon, 16 Jun 2014 03:54:13 -0400 Received: from e23smtp04.au.ibm.com ([202.81.31.146]:43723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwRjv-00061F-H6 for qemu-devel@nongnu.org; Mon, 16 Jun 2014 03:54:04 -0400 Received: from /spool/local by e23smtp04.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Jun 2014 17:53:59 +1000 From: Alexey Kardashevskiy Date: Mon, 16 Jun 2014 17:53:46 +1000 Message-Id: <1402905233-26510-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/7] spapr: rework memory nodes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Nishanth Aravamudan , qemu-ppc@nongnu.org, Alexander Graf 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 Please comment. Thanks! Alexey Kardashevskiy (7): spapr: Move DT memory node rendering to a helper spapr: Use DT memory node rendering helper for other nodes spapr: Refactor spapr_populate_memory() spapr: Split memory nodes to power-of-two blocks spapr: Add a helper for node0_size calculation spapr: Fix ibm,associativity for memory nodes numa: Allow empty nodes hw/ppc/spapr.c | 104 +++++++++++++++++++++++++++++++-------------------------- vl.c | 2 +- 2 files changed, 57 insertions(+), 49 deletions(-) -- 2.0.0