Re: [libvirt] [PATCH 6/6] conf: Use virXMLFormatElement to format disk source network

2017-09-15 Thread John Ferlan
On 09/15/2017 12:10 AM, Peter Krempa wrote: > On Thu, Sep 14, 2017 at 14:03:10 -0400, John Ferlan wrote: >> Commit id 'e02ff020cac' neglected to use the attrBuf and childBuf >> in the virDomainDiskSourceFormatNetwork call. >> >> So make the necessary alterations to allow usage. >> >>

Re: [libvirt] [PATCH 6/6] conf: Use virXMLFormatElement to format disk source network

2017-09-14 Thread Peter Krempa
On Thu, Sep 14, 2017 at 14:03:10 -0400, John Ferlan wrote: > Commit id 'e02ff020cac' neglected to use the attrBuf and childBuf > in the virDomainDiskSourceFormatNetwork call. > > So make the necessary alterations to allow usage. > > Signed-off-by: John Ferlan > --- >

[libvirt] [PATCH 6/6] conf: Use virXMLFormatElement to format disk source network

2017-09-14 Thread John Ferlan
Commit id 'e02ff020cac' neglected to use the attrBuf and childBuf in the virDomainDiskSourceFormatNetwork call. So make the necessary alterations to allow usage. Signed-off-by: John Ferlan --- src/conf/domain_conf.c | 34 ++ 1 file changed,