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 <[email protected]> > ---
> +++ 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.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
