9ae3a8
From 80d8289fb554704ed21000baaf334d549641804d Mon Sep 17 00:00:00 2001
9ae3a8
From: Max Reitz <mreitz@redhat.com>
9ae3a8
Date: Sun, 19 Jan 2014 18:07:59 +0100
9ae3a8
Subject: [PATCH 25/34] qapi-schema: Update description for NewImageMode
9ae3a8
9ae3a8
RH-Author: Max Reitz <mreitz@redhat.com>
9ae3a8
Message-id: <1390154881-17140-6-git-send-email-mreitz@redhat.com>
9ae3a8
Patchwork-id: 56818
9ae3a8
O-Subject: [RHEL-7.0 qemu-kvm PATCH v2 5/7] qapi-schema: Update description for NewImageMode
9ae3a8
Bugzilla: 921890
9ae3a8
RH-Acked-by: Fam Zheng <famz@redhat.com>
9ae3a8
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
9ae3a8
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
9ae3a8
9ae3a8
BZ: 921890
9ae3a8
9ae3a8
If the NewImageMode is "absolute-paths" but no backing file is available
9ae3a8
(e.g., when mirroring a device with an unbacked image), the target image
9ae3a8
will not be backed either. This patch updates the documentation in
9ae3a8
qapi-schema.json accordingly.
9ae3a8
9ae3a8
Signed-off-by: Max Reitz <mreitz@redhat.com>
9ae3a8
Reviewed-by: Eric Blake <eblake@redhat.com>
9ae3a8
Reviewed-by: Benoit Canet <benoit@irqsave.net>
9ae3a8
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
9ae3a8
(cherry picked from commit 1296c2f0bc8283164c925bf587e497511de7f569)
9ae3a8
9ae3a8
Signed-off-by: Max Reitz <mreitz@redhat.com>
9ae3a8
---
9ae3a8
 qapi-schema.json | 3 ++-
9ae3a8
 1 file changed, 2 insertions(+), 1 deletion(-)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 qapi-schema.json |    3 ++-
9ae3a8
 1 files changed, 2 insertions(+), 1 deletions(-)
9ae3a8
9ae3a8
diff --git a/qapi-schema.json b/qapi-schema.json
9ae3a8
index a783e8e..6158ea5 100644
9ae3a8
--- a/qapi-schema.json
9ae3a8
+++ b/qapi-schema.json
9ae3a8
@@ -1722,7 +1722,8 @@
9ae3a8
 # @existing: QEMU should look for an existing image file.
9ae3a8
 #
9ae3a8
 # @absolute-paths: QEMU should create a new image with absolute paths
9ae3a8
-# for the backing file.
9ae3a8
+# for the backing file. If there is no backing file available, the new
9ae3a8
+# image will not be backed either.
9ae3a8
 #
9ae3a8
 # Since: 1.1
9ae3a8
 ##
9ae3a8
-- 
9ae3a8
1.7.1
9ae3a8