]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Separate helper for creating domain objects
authorPeter Krempa <pkrempa@redhat.com>
Mon, 16 Feb 2015 14:58:13 +0000 (15:58 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 20 Feb 2015 16:43:05 +0000 (17:43 +0100)
commit61e43ce9df0ec5a9d7b09ebb46caa85576923311
tree67dc8ce4114447807c991b2751af4b34d7ad61df
parent121cde472640cddcc64d2c06a607bb35bf9ae032
conf: Separate helper for creating domain objects

Move the existing virDomainDefNew to virDomainDefNewFull as it's setting
a few things in the conf and re-introduce virDomainDefNew as a function
without parameters for common use.
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms
src/xen/xen_hypervisor.c
src/xen/xend_internal.c
src/xen/xm_internal.c