90f3c0d conf: Split virDomainObjList into a separate file

Authored and Committed by mprivozn 8 years ago
    conf: Split virDomainObjList into a separate file
    
    Our domain_conf.* files are big enough. Not only they contain XML
    parsing code, but they served as a storage of all functions whose
    name is virDomain prefixed. This is just wrong as it gathers not
    related functions (and modules) into one big file which is then
    harder to maintain. Split virDomainObjList module into a separate
    file called virdomainobjlist.[ch].
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+1 -0
file modified
+2 -1
file modified
+1 -1
file modified
+1 -1
file modified
+0 -936
file modified
+0 -120
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+21 -18
file modified
+1 -1
file modified
+1 -1
file modified
+1 -0
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -0
file modified
+1 -1