Re: [libvirt] [PATCHv1.5 12/27] conf: Support disk source formatting without needing a virDomainDiskDefPtr

2013-12-02 Thread Peter Krempa
On 11/27/13 12:15, Michal Privoznik wrote: > On 26.11.2013 17:48, Peter Krempa wrote: >> The element formatting function was expecting a >> virDomainDiskDefPtr to store the data. As snapshots are not using this >> data structure to hold the data, we need to add an internal function >> which splits

Re: [libvirt] [PATCHv1.5 12/27] conf: Support disk source formatting without needing a virDomainDiskDefPtr

2013-11-27 Thread Michal Privoznik
On 26.11.2013 17:48, Peter Krempa wrote: > The element formatting function was expecting a > virDomainDiskDefPtr to store the data. As snapshots are not using this > data structure to hold the data, we need to add an internal function > which splits out individual fields separately. > --- > src/c

[libvirt] [PATCHv1.5 12/27] conf: Support disk source formatting without needing a virDomainDiskDefPtr

2013-11-26 Thread Peter Krempa
The element formatting function was expecting a virDomainDiskDefPtr to store the data. As snapshots are not using this data structure to hold the data, we need to add an internal function which splits out individual fields separately. --- src/conf/domain_conf.c | 129 +