]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: Split virDomainObjList into a separate file
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 17 Jul 2015 09:11:23 +0000 (11:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 30 Nov 2015 12:55:10 +0000 (13:55 +0100)
commit90f3c0d7178a2480094d155516966223d23db412
tree1dc6e551ebed4fc5c75cde324a6eb5341b576707
parent971f5f229dc4b36a4ad62fdeef67f209b875822e
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>
21 files changed:
po/POTFILES.in
src/Makefile.am
src/bhyve/bhyve_driver.c
src/bhyve/bhyve_utils.h
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/nwfilter_conf.h
src/conf/virdomainobjlist.c [new file with mode: 0644]
src/conf/virdomainobjlist.h [new file with mode: 0644]
src/esx/esx_driver.c
src/hyperv/hyperv_driver.c
src/libvirt_private.syms
src/libxl/libxl_conf.h
src/openvz/openvz_conf.h
src/test/test_driver.c
src/uml/uml_conf.h
src/util/virclosecallbacks.h
src/vbox/vbox_common.c
src/vmware/vmware_conf.h
src/vz/vz_utils.h
tools/virsh-domain-monitor.c