]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: numa: Refactor logic in virDomainNumatuneParseXML
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Feb 2015 15:04:45 +0000 (16:04 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:43:04 +0000 (17:43 +0100)
commit638e3d270fc4b1ebeab0d139c2b4e54f590eb8b5
tree3edaa2236b3544345d73545d74a4138811a2741d
parent67bd807c4de3b5f1ee36a0f2bfe51d17774c153f
conf: numa: Refactor logic in virDomainNumatuneParseXML

Shuffling around the logic will allow to simplify the code quite a bit.
As an additional bonus the change in the logic now reports an error if
automatic placement is selected and individual placement is configured.
src/conf/numa_conf.c