Re: [Qemu-devel] [PATCH v3 8/9] QMP: add set-numa-node command

2018-02-27 Thread Eric Blake
On 02/16/2018 06:37 AM, Igor Mammedov wrote: Command is allowed to run only in preconfig stage and will allow to configure numa mapping for CPUs depending on possible CPUs layout (query-hotpluggable-cpus) for given machine instance. Signed-off-by: Igor Mammedov --- numa.c | 5 +

[Qemu-devel] [PATCH v3 8/9] QMP: add set-numa-node command

2018-02-16 Thread Igor Mammedov
Command is allowed to run only in preconfig stage and will allow to configure numa mapping for CPUs depending on possible CPUs layout (query-hotpluggable-cpus) for given machine instance. Signed-off-by: Igor Mammedov --- numa.c | 5 + qapi-schema.json | 14 ++ tests/qm