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

2015-12-14 Thread John Ferlan
On 12/03/2015 09:35 AM, 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 > --- >

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

2015-12-03 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 ---