Re: [libvirt] [PATCH v6 02/13] virstoragefile: Always use virStorageSourceGetBackingStore to get backing store

2015-11-02 Thread Matthias Gatto
On Mon, Nov 2, 2015 at 8:42 AM, Peter Krempa wrote: > >> @@ -99,37 +100,39 @@ virStorageBackendProbeTarget(virStorageSourcePtr target, >> if (!(target->backingStore = virStorageSourceNewFromBacking(meta))) >> goto cleanup; >> >> -target->backingStore->format = backin

Re: [libvirt] [PATCH v6 02/13] virstoragefile: Always use virStorageSourceGetBackingStore to get backing store

2015-11-01 Thread Peter Krempa
On Thu, Oct 29, 2015 at 14:43:09 +0100, Matthias Gatto wrote: > Uniformize backing store usage by calling virStorageSourceGetBackingStore > instead of setting backing store manually. > > Signed-off-by: Matthias Gatto > Signed-off-by: John Ferlan > --- > src/conf/domain_conf.c|

[libvirt] [PATCH v6 02/13] virstoragefile: Always use virStorageSourceGetBackingStore to get backing store

2015-10-29 Thread Matthias Gatto
Uniformize backing store usage by calling virStorageSourceGetBackingStore instead of setting backing store manually. Signed-off-by: Matthias Gatto Signed-off-by: John Ferlan --- src/conf/domain_conf.c| 7 --- src/conf/storage_conf.c | 6 +++--- src/qemu/qemu_