From: zhaoshenglong@huawei.com (Shannon Zhao)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH] hw/arm/virt: Add support for NUMA on ARM64
Date: Wed, 3 Dec 2014 10:46:37 +0800 [thread overview]
Message-ID: <547E798D.7090602@huawei.com> (raw)
In-Reply-To: <CAFEAcA_yCF+HaYtDc_crm3eNncQZ9QQYSZonQwOZoTnKzwE_zg@mail.gmail.com>
On 2014/12/3 0:00, Peter Maydell wrote:
> On 2 December 2014 at 12:56, Shannon Zhao <zhaoshenglong@huawei.com> wrote:
>> Add support for NUMA on ARM64. Tested successfully running a guest
>> Linux kernel with the following patch applied:
>>
>> - arm64:numa: adding numa support for arm64 platforms.
>> http://www.spinics.net/lists/arm-kernel/msg365316.html
>>
>> Example qemu command line:
>> qemu-system-aarch64 \
>> -enable-kvm -smp 4\
>> -kernel Image \
>> -m 512 -machine virt,kernel_irqchip=on \
>> -initrd guestfs.cpio.gz \
>> -cpu host -nographic \
>> -numa node,mem=256M,cpus=0-1,nodeid=0 \
>> -numa node,mem=256M,cpus=2-3,nodeid=1 \
>> -append "console=ttyAMA0 root=/dev/ram"
>
> Thanks for sending this patch. Unfortunately I know very
> little about NUMA so it's a bit difficult for me to
> evaluate (would anybody else care to look at it?).
> Nevertheless, it's on my list of patches to review;
> ping me if I don't get to it within a week or two.
>
Ok, thanks for your reply :-)
Something about NUMA can get from wiki:
http://en.wikipedia.org/wiki/Non-uniform_memory_access
Thanks,
Shannon
WARNING: multiple messages have this Message-ID (diff)
From: Shannon Zhao <zhaoshenglong@huawei.com>
To: Peter Maydell <peter.maydell@linaro.org>,
QEMU Developers <qemu-devel@nongnu.org>
Cc: hangaohuai@huawei.com,
Claudio Fontana <claudio.fontana@huawei.com>,
"Huangpeng (Peter)" <peter.huangpeng@huawei.com>,
ganapatrao.kulkarni@caviumnetworks.com,
Christoffer Dall <christoffer.dall@linaro.org>,
wanghaibin.wang@huawei.com, Paolo Bonzini <pbonzini@redhat.com>,
arm-mail-list <linux-arm-kernel@lists.infradead.org>
Subject: Re: [Qemu-devel] [RFC PATCH] hw/arm/virt: Add support for NUMA on ARM64
Date: Wed, 3 Dec 2014 10:46:37 +0800 [thread overview]
Message-ID: <547E798D.7090602@huawei.com> (raw)
In-Reply-To: <CAFEAcA_yCF+HaYtDc_crm3eNncQZ9QQYSZonQwOZoTnKzwE_zg@mail.gmail.com>
On 2014/12/3 0:00, Peter Maydell wrote:
> On 2 December 2014 at 12:56, Shannon Zhao <zhaoshenglong@huawei.com> wrote:
>> Add support for NUMA on ARM64. Tested successfully running a guest
>> Linux kernel with the following patch applied:
>>
>> - arm64:numa: adding numa support for arm64 platforms.
>> http://www.spinics.net/lists/arm-kernel/msg365316.html
>>
>> Example qemu command line:
>> qemu-system-aarch64 \
>> -enable-kvm -smp 4\
>> -kernel Image \
>> -m 512 -machine virt,kernel_irqchip=on \
>> -initrd guestfs.cpio.gz \
>> -cpu host -nographic \
>> -numa node,mem=256M,cpus=0-1,nodeid=0 \
>> -numa node,mem=256M,cpus=2-3,nodeid=1 \
>> -append "console=ttyAMA0 root=/dev/ram"
>
> Thanks for sending this patch. Unfortunately I know very
> little about NUMA so it's a bit difficult for me to
> evaluate (would anybody else care to look at it?).
> Nevertheless, it's on my list of patches to review;
> ping me if I don't get to it within a week or two.
>
Ok, thanks for your reply :-)
Something about NUMA can get from wiki:
http://en.wikipedia.org/wiki/Non-uniform_memory_access
Thanks,
Shannon
next prev parent reply other threads:[~2014-12-03 2:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-02 12:56 [RFC PATCH] hw/arm/virt: Add support for NUMA on ARM64 Shannon Zhao
2014-12-02 12:56 ` [Qemu-devel] " Shannon Zhao
2014-12-02 16:00 ` Peter Maydell
2014-12-02 16:00 ` [Qemu-devel] " Peter Maydell
2014-12-03 2:46 ` Shannon Zhao [this message]
2014-12-03 2:46 ` Shannon Zhao
2014-12-08 13:49 ` Peter Maydell
2014-12-08 13:49 ` [Qemu-devel] " Peter Maydell
2014-12-15 1:06 ` Shannon Zhao
2014-12-15 1:06 ` [Qemu-devel] " Shannon Zhao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=547E798D.7090602@huawei.com \
--to=zhaoshenglong@huawei.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.