[Qemu-devel] [PATCH] Don't limit node count by smp count

2011-03-30 Thread Sasha Levin
It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- vl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index 8bcf2ae..8cc1aa8 100644 --- a/vl.c +++

Re: [Qemu-devel] [PATCH] Don't limit node count by smp count

2011-03-30 Thread Anthony Liguori
On 03/30/2011 02:14 PM, Sasha Levin wrote: It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. But does this actually work in the code today and does it work with any guests? Regards, Anthony Liguori Signed-off-by: Sasha

Re: [Qemu-devel] [PATCH] Don't limit node count by smp count

2011-03-30 Thread Sasha Levin
On Wed, 2011-03-30 at 14:28 -0500, Anthony Liguori wrote: On 03/30/2011 02:14 PM, Sasha Levin wrote: It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. But does this actually work in the code today and does it work with any guests? I've

Re: [Qemu-devel] [PATCH] Don't limit node count by smp count

2011-03-30 Thread Michael Roth
On 03/30/2011 02:14 PM, Sasha Levin wrote: It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. Signed-off-by: Sasha Levinlevinsasha...@gmail.com --- vl.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c