Re: [libvirt] [PATCH 16/18] storage: Move disk->backingChain to the recursive disk->src.backingStore

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: > Switch over to storing of the backing chain as a recursive > virStorageSource structure. > > This is a string based move. Currently the first element will be present > twice in the backing chain as currently the retrieval function stores > the parent i

[libvirt] [PATCH 16/18] storage: Move disk->backingChain to the recursive disk->src.backingStore

2014-04-20 Thread Peter Krempa
Switch over to storing of the backing chain as a recursive virStorageSource structure. This is a string based move. Currently the first element will be present twice in the backing chain as currently the retrieval function stores the parent in the newly detected chain. This will be fixed later. --