From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVxs-0000Fm-HA for qemu-devel@nongnu.org; Sat, 30 Apr 2016 10:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awVxg-0006ty-Oy for qemu-devel@nongnu.org; Sat, 30 Apr 2016 10:33:43 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:34564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVxf-0006nN-FJ for qemu-devel@nongnu.org; Sat, 30 Apr 2016 10:33:36 -0400 Received: by mail-pa0-x22e.google.com with SMTP id r5so57919479pag.1 for ; Sat, 30 Apr 2016 07:33:16 -0700 (PDT) References: <1461667229-9216-1-git-send-email-zhaoshenglong@huawei.com> <20160426112148.oyr4imw6ac2syxkv@hawk.localdomain> From: Shannon Zhao Message-ID: <5724C217.5020305@linaro.org> Date: Sat, 30 Apr 2016 22:32:55 +0800 MIME-Version: 1.0 In-Reply-To: <20160426112148.oyr4imw6ac2syxkv@hawk.localdomain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v8 0/5] ARM: Add NUMA support for machine virt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones , Shannon Zhao Cc: qemu-arm@nongnu.org, peter.maydell@linaro.org, peter.huangpeng@huawei.com, qemu-devel@nongnu.org, david.daney@cavium.com On 2016年04月26日 19:21, Andrew Jones wrote: > On Tue, Apr 26, 2016 at 06:40:24PM +0800, Shannon Zhao wrote: >> > From: Shannon Zhao >> > >> > Add NUMA support for machine virt. Tested successfully running a guest >> > Linux kernel with the following patch applied: >> > >> > - [PATCH v16 0/6] arm64, numa: Add numa support for arm64 platforms >> > https://lkml.org/lkml/2016/4/8/571 >> > - [PATCH v5 00/14] ACPI NUMA support for ARM64 >> > https://lkml.org/lkml/2016/4/19/852 > This series looks good to me, but I guess we still need to wait > for the DT spec[*] to be merged first. Hopefully that'll happen > around the time that the 2.7 dev window opens. > > Thanks, > drew > [*] https://lkml.org/lkml/2016/4/8/572 > Yes, and I see this patch has been queued by ARM64 Maintainer. So it's very hopeful I think. https://git.kernel.org/cgit/linux/kernel/git/arm64/linux.git/commit/?h=for-next/core&id=2bc4da1d2b4d828cb4e3a5593967556b1bd78898 Thanks, -- Shannon