On Wed, 18 Jan 2017 12:22:01 -0600 Eric Blake <ebl...@redhat.com> 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 <imamm...@redhat.com> > > --- > > > +++ 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