]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
util: Error out if the numa nodeset is out of range
authorOsier Yang <jyang@redhat.com>
Mon, 22 Apr 2013 07:14:56 +0000 (15:14 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 24 Apr 2013 15:23:31 +0000 (23:23 +0800)
commit148edcce6642c6c510a69189de0f7c7936035585
treec681ddd0ce75826e5102c22e65e54d7b2dad46c0
parent4165ea96630995af7110016f02a7c67ca11678d6
util: Error out if the numa nodeset is out of range

Instead of a silent warning, it's better to error out if the
numa nodeset is out of range. Just like for numa node larger
than NUMA_NUM_NODES.
src/util/virnuma.c