]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: numa: Improve error message in case a numa node doesn't have cpus
authorPeter Krempa <pkrempa@redhat.com>
Wed, 11 Feb 2015 16:38:29 +0000 (17:38 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:43:04 +0000 (17:43 +0100)
commit60a2ce4962f932eaf984a6b7b8c78e1fd0218f54
treede88a0a581846d003753d4de2c5787ea35da97ad
parent6b6166329fe18c23c69cf76c186c31e404515721
conf: numa: Improve error message in case a numa node doesn't have cpus

Currently the code would exit without reporting an error as
virBitmapParse reports one only if it fails to parse the bitmap, whereas
the code was jumping to the error label even in case 0 cpus were
correctly parsed in the map.
src/conf/numa_conf.c