On Fri, Jun 03, 2016 at 06:42:11 -0400, John Ferlan wrote:
> Create a helper virStorageBackendCreateQemuImgSetBacking to perform the
> backing store set
> 
> Signed-off-by: John Ferlan <jfer...@redhat.com>
> ---
>  src/storage/storage_backend.c | 118 
> ++++++++++++++++++++++++------------------
>  1 file changed, 67 insertions(+), 51 deletions(-)
> 
> diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c
> index 4a3c41d..624790f 100644
> --- a/src/storage/storage_backend.c
> +++ b/src/storage/storage_backend.c
> @@ -940,6 +940,7 @@ struct _virStorageBackendQemuImgInfo {
>      bool nocow;
>  
>      const char *backingPath;
> +    const char *backingType;

backingFormatStr.

>      int backingFormat;
>  
>      const char *inputPath;

ACK with the adjustment

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to