qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v18 10/14] numa: add -numa node, memdev= option


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v18 10/14] numa: add -numa node, memdev= option
Date: Mon, 03 Mar 2014 17:10:20 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 02/19/2014 12:54 AM, Hu Tao wrote:
> From: Paolo Bonzini <address@hidden>
> 
> This option provides the infrastructure for binding guest NUMA nodes
> to host NUMA nodes.  For example:
> 
>  -object memory-ram,size=1024M,policy=membind,host-nodes=0,id=ram-node0 \
>  -numa node,nodeid=0,cpus=0,memdev=ram-node0 \
>  -object memory-ram,size=1024M,policy=interleave,host-nodes=1-3,id=ram-node1 \
>  -numa node,nodeid=1,cpus=1,memdev=ram-node1
> 
> The option replaces "-numa mem".
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> 
> Conflicts:
>       include/sysemu/sysemu.h
>       numa.c

Until this patch is taken upstream, a 'Conflicts:' section in your
commit message doesn't make sense.  That is useful for downstream or
stable branch backports, but doesn't belong on the mainline branch.

> 
> Signed-off-by: Hu Tao <address@hidden>
> ---
>  include/sysemu/sysemu.h |  2 ++
>  numa.c                  | 64 
> +++++++++++++++++++++++++++++++++++++++++++++++--
>  qapi-schema.json        |  6 ++++-
>  3 files changed, 69 insertions(+), 3 deletions(-)
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]