
6 Jun
2016
6 Jun
'16
1:49 p.m.
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 <jferlan@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