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 <mreitz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Benoit Canet <benoit@irqsave.net> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
b04b6b6ec3
commit
1296c2f0bc
@ -1736,7 +1736,8 @@
|
|||||||
# @existing: QEMU should look for an existing image file.
|
# @existing: QEMU should look for an existing image file.
|
||||||
#
|
#
|
||||||
# @absolute-paths: QEMU should create a new image with absolute paths
|
# @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
|
# Since: 1.1
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user