Re: [libvirt] [PATCH 08/18] util: storagefile: Rename "canonPath" to "path" in virStorageFileMetadata

2014-04-22 Thread Eric Blake
On 04/20/2014 04:13 PM, Peter Krempa wrote: > As for the previous patch, this change is needed to achieve > compatibility with all the existing code, where we expect a fully > qualified path of local files to be present. > --- > src/util/virstoragefile.c | 18 +++ > src/util/virstorage

[libvirt] [PATCH 08/18] util: storagefile: Rename "canonPath" to "path" in virStorageFileMetadata

2014-04-20 Thread Peter Krempa
As for the previous patch, this change is needed to achieve compatibility with all the existing code, where we expect a fully qualified path of local files to be present. --- src/util/virstoragefile.c | 18 +++ src/util/virstoragefile.h | 2 +- tests/virstoragetest.c| 56 +