Re: [libvirt] [PATCH 12/18] util: storagefile: Add fields from virStorageMetadata to virStorageSource

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: Add the required fields that are missing from the new structure that will allow us to switch the storage file metadata code entirely to the new structure. Add relPath and relDir and the raw backing store name. Also allow creating linked lists of

[libvirt] [PATCH 12/18] util: storagefile: Add fields from virStorageMetadata to virStorageSource

2014-04-20 Thread Peter Krempa
Add the required fields that are missing from the new structure that will allow us to switch the storage file metadata code entirely to the new structure. Add relPath and relDir and the raw backing store name. Also allow creating linked lists of virStorageSourcePtrs to express backing chains. ---