Skip to content

Commit

Permalink
qapi-schema: Update description for NewImageMode
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Benoit Canet <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
  • Loading branch information
XanClic authored and kevmw committed Nov 14, 2013
1 parent b04b6b6 commit 1296c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qapi-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit 1296c2f

Please sign in to comment.