From: Max Reitz Date: Thu, 7 Nov 2013 18:47:48 +0000 (+0100) Subject: qapi-schema: Update description for NewImageMode X-Git-Tag: v1.7.0-rc1~22^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1296c2f0bc8283164c925bf587e497511de7f569;p=thirdparty%2Fqemu.git qapi-schema: Update description for NewImageMode 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 Reviewed-by: Eric Blake Reviewed-by: Benoit Canet Signed-off-by: Kevin Wolf --- diff --git a/qapi-schema.json b/qapi-schema.json index 76c98a72655..83fa4852ce1 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 ##