Re: [libvirt] [PATCH 19/30] storagefile: Fill in meta->externalDataStore

2019-10-10 Thread Daniel Henrique Barboza
On 10/7/19 6:49 PM, Cole Robinson wrote: Add virStorageSourceNewFromExternalData, similar to virStorageSourceNewFromBacking and use it to fill in a virStorageSource for externalDataStore Signed-off-by: Cole Robinson --- Reviewed-by: Daniel Henrique Barboza src/util/virstoragefile.c

[libvirt] [PATCH 19/30] storagefile: Fill in meta->externalDataStore

2019-10-07 Thread Cole Robinson
Add virStorageSourceNewFromExternalData, similar to virStorageSourceNewFromBacking and use it to fill in a virStorageSource for externalDataStore Signed-off-by: Cole Robinson --- src/util/virstoragefile.c | 35 +++ 1 file changed, 35 insertions(+) diff --git