Re: [libvirt] [PATCH 18/30] storagefile: Add externalDataStore member

2019-10-11 Thread Daniel Henrique Barboza
On 10/11/19 10:04 AM, Michal Privoznik wrote: On 10/10/19 5:09 PM, Daniel Henrique Barboza wrote: On 10/7/19 6:49 PM, Cole Robinson wrote: Add the plumbing to track a externalDataStoreRaw as a virStorageSource Signed-off-by: Cole Robinson ---   src/util/virstoragefile.c | 9 +  

Re: [libvirt] [PATCH 18/30] storagefile: Add externalDataStore member

2019-10-11 Thread Michal Privoznik
On 10/10/19 5:09 PM, Daniel Henrique Barboza wrote: On 10/7/19 6:49 PM, Cole Robinson wrote: Add the plumbing to track a externalDataStoreRaw as a virStorageSource Signed-off-by: Cole Robinson ---   src/util/virstoragefile.c | 9 +   src/util/virstoragefile.h | 3 +++   2 files

Re: [libvirt] [PATCH 18/30] storagefile: Add externalDataStore member

2019-10-10 Thread Daniel Henrique Barboza
On 10/7/19 6:49 PM, Cole Robinson wrote: Add the plumbing to track a externalDataStoreRaw as a virStorageSource Signed-off-by: Cole Robinson --- src/util/virstoragefile.c | 9 + src/util/virstoragefile.h | 3 +++ 2 files changed, 12 insertions(+) diff --git

[libvirt] [PATCH 18/30] storagefile: Add externalDataStore member

2019-10-07 Thread Cole Robinson
Add the plumbing to track a externalDataStoreRaw as a virStorageSource Signed-off-by: Cole Robinson --- src/util/virstoragefile.c | 9 + src/util/virstoragefile.h | 3 +++ 2 files changed, 12 insertions(+) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index