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

2011-07-23 Thread Anthony Liguori
On 06/29/2011 10:29 PM, Sasha Levin wrote: [I've sent this patch couple of months ago and noticed it didn't make it's way in - so I'm sending it again] It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. Tested-by: Michael Roth Signed-off-by: Sash

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

2011-06-30 Thread Andre Przywara
On 06/30/2011 05:29 AM, Sasha Levin wrote: [I've sent this patch couple of months ago and noticed it didn't make it's way in - so I'm sending it again] It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. Tested-by: Michael Roth Signed-off-by: Sash

[Qemu-devel] [PATCH resend] vl.c: Don't limit node count by smp count

2011-06-29 Thread Sasha Levin
[I've sent this patch couple of months ago and noticed it didn't make it's way in - so I'm sending it again] It is possible to create CPU-less NUMA nodes, node amount shouldn't be limited by amount of CPUs. Tested-by: Michael Roth Signed-off-by: Sasha Levin --- vl.c |4 ++-- 1 files chang