qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC 09/13] numa: introduce '-numa cpu' cpu option


From: Igor Mammedov
Subject: Re: [Qemu-devel] [RFC 09/13] numa: introduce '-numa cpu' cpu option
Date: Thu, 19 Jan 2017 16:09:14 +0100

On Wed, 18 Jan 2017 12:22:01 -0600
Eric Blake <address@hidden> wrote:

> On 01/18/2017 11:13 AM, Igor Mammedov wrote:
> > It allows to specify mapping of a CPU to NUMA node on CLI.
> > Option should be repeated for each present/possible CPU.
> > Example for PC machine:
> >   -numa node,nodeid=0 -numa node,nodeid=1 \
> >   -numa cpu,socket-id=0,core-id=0,thread-id=0,node-id=0 \
> >   -numa cpu,socket-id=1,core-id=0,thread-id=0,node-id=1
> > 
> > Signed-off-by: Igor Mammedov <address@hidden>
> > ---  
> 
> > +++ b/qapi-schema.json
> > @@ -5543,7 +5543,8 @@
> >  ##
> >  { 'union': 'NumaOptions',
> >    'data': {
> > -    'node': 'NumaNodeOptions' }}
> > +    'node': 'NumaNodeOptions',
> > +    'cpu': 'CpuInstanceProperties' }}  
> 
> Missing a documentation blurb that includes a '(since 2.9)' tag.
> 
I'll fix it in the next version




reply via email to

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