From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8R70-0001lv-GP for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:11:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y8R6u-00058I-NB for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:11:42 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:57042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y8R6u-00056l-3f for qemu-devel@nongnu.org; Tue, 06 Jan 2015 05:11:36 -0500 Message-ID: <54ABB445.4030900@huawei.com> Date: Tue, 6 Jan 2015 18:09:09 +0800 From: Shannon Zhao MIME-Version: 1.0 References: <1420523839-11672-1-git-send-email-zhaoshenglong@huawei.com> <1420523839-11672-4-git-send-email-zhaoshenglong@huawei.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v3 3/3] hw/arm/boot: Generate memory dtb according to NUMA topology List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: hangaohuai@huawei.com, Claudio Fontana , QEMU Developers , "Huangpeng (Peter)" , ganapatrao.kulkarni@caviumnetworks.com, wanghaibin.wang@huawei.com, Paolo Bonzini , Christoffer Dall On 2015/1/6 17:58, Peter Maydell wrote: > On 6 January 2015 at 05:57, Shannon Zhao wrote: >> Add a new function arm_generate_memory_dtb which is used to >> generate memory dtb according to NUMA topology and set the >> NUMA topology property of every cpu. >> >> Signed-off-by: Shannon Zhao > > This looks a lot nicer than the previous patchset. It > doesn't seem to me like there's much point in reviewing it > in detail until the kernel/dtb folks have confirmed the > dtb bindings for NUMA and committed the documentation into > the kernel tree, though. > Good :) I will also stay tuned on that. Thanks, Shannon