Re: [libvirt] [PATCH 4/9] util: introduce virStorageSourceInitiator functions

2018-08-08 Thread Pavel Hrdina
On Wed, Aug 08, 2018 at 04:42:13PM +0200, Michal Privoznik wrote: > On 08/07/2018 03:55 PM, Pavel Hrdina wrote: > > The same code would be used for storage pools and domain disks. > > > > Signed-off-by: Pavel Hrdina > > --- > > src/util/virstoragefile.c | 34 ++ >

Re: [libvirt] [PATCH 4/9] util: introduce virStorageSourceInitiator functions

2018-08-08 Thread Michal Privoznik
On 08/07/2018 03:55 PM, Pavel Hrdina wrote: > The same code would be used for storage pools and domain disks. > > Signed-off-by: Pavel Hrdina > --- > src/util/virstoragefile.c | 34 ++ > src/util/virstoragefile.h | 15 +++ > 2 files changed, 49 inserti

Re: [libvirt] [PATCH 4/9] util: introduce virStorageSourceInitiator functions

2018-08-07 Thread Ján Tomko
On Tue, Aug 07, 2018 at 03:55:23PM +0200, Pavel Hrdina wrote: The same code would be used for storage pools and domain disks. Signed-off-by: Pavel Hrdina --- src/util/virstoragefile.c | 34 ++ src/util/virstoragefile.h | 15 +++ 2 files changed, 49 inse

[libvirt] [PATCH 4/9] util: introduce virStorageSourceInitiator functions

2018-08-07 Thread Pavel Hrdina
The same code would be used for storage pools and domain disks. Signed-off-by: Pavel Hrdina --- src/util/virstoragefile.c | 34 ++ src/util/virstoragefile.h | 15 +++ 2 files changed, 49 insertions(+) diff --git a/src/util/virstoragefile.c b/src/util/