[libvirt] [PATCH 16/n] conf: manage disk source by struct instead of pieces

2014-03-31 Thread Eric Blake
Now that we have a dedicated type for representing a disk source, we might as well parse and format directly into that type instead of piecemeal into pointers to members of the type. * src/conf/domain_conf.h (virDomainDiskSourceDefFormatInternal) (virDomainDiskSourceDefParse): Rename...

Re: [libvirt] [PATCH 16/n] conf: manage disk source by struct instead of pieces

2014-03-31 Thread Eric Blake
On 03/31/2014 12:09 PM, Eric Blake wrote: Now that we have a dedicated type for representing a disk source, we might as well parse and format directly into that type instead of piecemeal into pointers to members of the type. Aargh; hit send too soon. I'm still tracking down why this patch

Re: [libvirt] [PATCH 16/n] conf: manage disk source by struct instead of pieces

2014-03-31 Thread Eric Blake
On 03/31/2014 12:13 PM, Eric Blake wrote: On 03/31/2014 12:09 PM, Eric Blake wrote: Now that we have a dedicated type for representing a disk source, we might as well parse and format directly into that type instead of piecemeal into pointers to members of the type. Aargh; hit send too