]> xenbits.xensource.com Git - libvirt.git/commit
conf: Move disk info validator to the domain conf validator
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 May 2016 10:34:14 +0000 (12:34 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jun 2016 11:02:20 +0000 (13:02 +0200)
commit05eab1bf9a13d24e4de9a665ab8b69c1fe9dc1ec
tree334491d145cda1427a59814ae5e7edea292de76f
parentd071d292ca3af10ef4ebe841f4f7c4028ea232ea
conf: Move disk info validator to the domain conf validator

Since it will not be called from outside of conf we can unexport it too
if we move it to the appropriate place.

Test suite change is necessary since the error will be reported sooner
now.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/qemu/qemu_process.c
tests/qemuxml2argvtest.c