Re: [Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

2018-05-17 Thread Igor Mammedov
On Thu, 17 May 2018 10:01:34 +0200 Igor Mammedov wrote: > On Wed, 16 May 2018 19:12:30 -0300 > Eduardo Habkost wrote: > > > On Fri, May 04, 2018 at 10:37:49AM +0200, Igor Mammedov wrote: > > > * start QEMU with 2 unmapped cpus, > > > * while in

Re: [Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

2018-05-17 Thread Igor Mammedov
On Wed, 16 May 2018 19:12:30 -0300 Eduardo Habkost wrote: > On Fri, May 04, 2018 at 10:37:49AM +0200, Igor Mammedov wrote: > > * start QEMU with 2 unmapped cpus, > > * while in preconfig state > > * add 2 numa nodes > > * assign cpus to them > > * exit preconfig

Re: [Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

2018-05-16 Thread Eduardo Habkost
On Fri, May 04, 2018 at 10:37:49AM +0200, Igor Mammedov wrote: > * start QEMU with 2 unmapped cpus, > * while in preconfig state > * add 2 numa nodes > * assign cpus to them > * exit preconfig and in running state check that cpus >are mapped correctly. > > Signed-off-by: Igor

Re: [Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

2018-05-16 Thread Eduardo Habkost
On Fri, May 04, 2018 at 10:37:49AM +0200, Igor Mammedov wrote: > * start QEMU with 2 unmapped cpus, > * while in preconfig state > * add 2 numa nodes > * assign cpus to them > * exit preconfig and in running state check that cpus >are mapped correctly. > > Signed-off-by: Igor

[Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

2018-05-04 Thread Igor Mammedov
* start QEMU with 2 unmapped cpus, * while in preconfig state * add 2 numa nodes * assign cpus to them * exit preconfig and in running state check that cpus are mapped correctly. Signed-off-by: Igor Mammedov --- v6: * replace 'cont' with 'exit-preconfig'