[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 02/11] qapi-schema: Update description for NewImageMo
From: |
Kevin Wolf |
Subject: |
[Qemu-devel] [PULL 02/11] qapi-schema: Update description for NewImageMode |
Date: |
Fri, 15 Nov 2013 18:53:10 +0100 |
From: Max Reitz <address@hidden>
If the NewImageMode is "absolute-paths" but no backing file is available
(e.g., when mirroring a device with an unbacked image), the target image
will not be backed either. This patch updates the documentation in
qapi-schema.json accordingly.
Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Benoit Canet <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>
---
qapi-schema.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/qapi-schema.json b/qapi-schema.json
index 76c98a7..83fa485 100644
--- a/qapi-schema.json
+++ b/qapi-schema.json
@@ -1736,7 +1736,8 @@
# @existing: QEMU should look for an existing image file.
#
# @absolute-paths: QEMU should create a new image with absolute paths
-# for the backing file.
+# for the backing file. If there is no backing file available, the new
+# image will not be backed either.
#
# Since: 1.1
##
--
1.8.1.4
- [Qemu-devel] [PULL 00/11] Block fixes for 1.7.0, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 02/11] qapi-schema: Update description for NewImageMode,
Kevin Wolf <=
- [Qemu-devel] [PULL 01/11] block: Print its file name if backing file opening failed, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 03/11] block/drive-mirror: Check for NULL backing_hd, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 05/11] MAINTAINERS: add block tree repo URLs, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 04/11] qemu-iotests: Extend 041 for unbacked mirroring, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 07/11] qcow2: fix possible corruption when reading multiple clusters, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 06/11] qmp: access the local QemuOptsLists for drive option, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 08/11] qemu-iotests: Test qcow2 count_contiguous_clusters(), Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 10/11] MAINTAINERS: add block driver sub-maintainers, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 09/11] qemu-img: Fix overwriting 'ret' before using, Kevin Wolf, 2013/11/15
- [Qemu-devel] [PULL 11/11] block: Fail if requested driver is not available, Kevin Wolf, 2013/11/15