Re: [libvirt] [PATCH 2/4] util: storage: Allow specifying format for virStorageFileGetMetadataFromBuf

2014-07-08 Thread Peter Krempa
On 07/07/14 22:57, Eric Blake wrote: > On 07/07/2014 06:16 AM, Peter Krempa wrote: >> To allow reusing this function in the qemu driver we need to allow to >> specify the storage format. Also separate return of the backing store > > s/to specify/specifying/ > >> path now isn't necessary. >> --- >

Re: [libvirt] [PATCH 2/4] util: storage: Allow specifying format for virStorageFileGetMetadataFromBuf

2014-07-07 Thread Eric Blake
On 07/07/2014 06:16 AM, Peter Krempa wrote: > To allow reusing this function in the qemu driver we need to allow to > specify the storage format. Also separate return of the backing store s/to specify/specifying/ > path now isn't necessary. > --- > src/storage/storage_backend_gluster.c | 5

[libvirt] [PATCH 2/4] util: storage: Allow specifying format for virStorageFileGetMetadataFromBuf

2014-07-07 Thread Peter Krempa
To allow reusing this function in the qemu driver we need to allow to specify the storage format. Also separate return of the backing store path now isn't necessary. --- src/storage/storage_backend_gluster.c | 5 - src/util/virstoragefile.c | 31 ++- sr