Re: [libvirt] [PATCHv2 04/10] numa: Introduce virNumaGetMaxNode and use it instead of numa_max_node

2013-10-28 Thread Daniel P. Berrange
On Fri, Oct 18, 2013 at 05:05:44PM +0200, Peter Krempa wrote: > Avoid necessary checks for the numa library with this helper. > --- > src/libvirt_private.syms | 1 + > src/nodeinfo.c | 37 ++--- > src/util/virnuma.c | 37

[libvirt] [PATCHv2 04/10] numa: Introduce virNumaGetMaxNode and use it instead of numa_max_node

2013-10-18 Thread Peter Krempa
Avoid necessary checks for the numa library with this helper. --- src/libvirt_private.syms | 1 + src/nodeinfo.c | 37 ++--- src/util/virnuma.c | 37 + src/util/virnuma.h | 2 ++ 4 files changed, 62 inserti