libvirt/src/xenconfig
John Ferlan 77a12987a4 Introduce virDomainChrSourceDefNew for virDomainChrDefPtr
Change the virDomainChrDef to use a pointer to 'source' and allocate
that pointer during virDomainChrDefNew.

This has tremendous "fallout" in the rest of the code which mainly
has to change source.$field to source->$field.

Signed-off-by: John Ferlan <jferlan@redhat.com>
2016-10-21 14:03:36 -04:00
..
xen_common.c xenconfig: rm format/parse multi serial for xen-xm 2016-09-02 12:46:02 -06:00
xen_common.h conf: Add private data for virDomainVcpuDef 2016-07-11 10:44:04 +02:00
xen_sxpr.c Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
xen_sxpr.h
xen_xl.c Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
xen_xl.h
xen_xm.c virDomainDefPostParse: Introduce @parseOpaque argument 2016-09-26 16:50:12 +02:00
xen_xm.h
xenxs_private.h