Re: [libvirt] [PATCH] Create fake NUMA info if libnuma isn't available

2013-04-03 Thread Eric Blake
On 04/03/2013 02:12 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > If libnuma is not compiled in, or numa_available() returns an > error, stub out fake NUMA info consisting of one NUMA cell > containing all CPUs and memory. > > Signed-off-by: Daniel P. Berrange > --- > src/node

[libvirt] [PATCH] Create fake NUMA info if libnuma isn't available

2013-04-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" If libnuma is not compiled in, or numa_available() returns an error, stub out fake NUMA info consisting of one NUMA cell containing all CPUs and memory. Signed-off-by: Daniel P. Berrange --- src/nodeinfo.c | 137 ++-