Re: [Qemu-devel] [PATCH for-2.10 01/23] tests: add CPUs to numa node mapping test

2017-03-26 Thread David Gibson
On Wed, Mar 22, 2017 at 02:32:26PM +0100, Igor Mammedov wrote: > Signed-off-by: Igor Mammedov Reviewed-by: David Gibson > --- > tests/Makefile.include | 5 +++ > tests/numa-test.c | 106 >

[Qemu-devel] [PATCH for-2.10 01/23] tests: add CPUs to numa node mapping test

2017-03-22 Thread Igor Mammedov
Signed-off-by: Igor Mammedov --- tests/Makefile.include | 5 +++ tests/numa-test.c | 106 + 2 files changed, 111 insertions(+) create mode 100644 tests/numa-test.c diff --git a/tests/Makefile.include