]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Split memory related post parse stuff into separate function
authorPeter Krempa <pkrempa@redhat.com>
Tue, 15 Sep 2015 14:59:23 +0000 (16:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 22 Sep 2015 14:09:27 +0000 (16:09 +0200)
commit849b5fc4f609885b9976b633c6efaba0beee2fe3
tree5fc64c2498de2894d5b459e6d53392e54dec738e
parent59173c3dd94fc090d2776be3986a1014ddbf2396
conf: Split memory related post parse stuff into separate function

The post parse func is growing rather large. Since later patches will
introduce more logic in the memory post parse code, split it into a
separate handler.
src/conf/domain_conf.c