On 02/16/2015 01:52 PM, Peter Krempa wrote:
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 | 20 ++++++++++++++++----
src/conf/domain_conf.h | 7 ++++---
src/libvirt_private.syms | 1 +
src/xen/xen_hypervisor.c | 8 ++++----
src/xen/xend_internal.c | 4 ++--
src/xen/xm_internal.c | 4 ++--
6 files changed, 29 insertions(+), 15 deletions(-)
ACK
John