]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Create fake NUMA info if libnuma isn't available
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 3 Apr 2013 20:11:15 +0000 (21:11 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 4 Apr 2013 10:07:32 +0000 (11:07 +0100)
commit8d3d05d3c16d39bf993833d18e04902c5ff454cf
tree0b95796fe4804029a64385dc28d2addeeec4617c
parent4a2891510bb94360ca3d7e74adc26677310d9627
Create fake NUMA info if libnuma isn't available

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 <berrange@redhat.com>
src/nodeinfo.c