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