]> git.proxmox.com Git - qemu.git/commitdiff
qapi-schema: Update description for NewImageMode
authorMax Reitz <mreitz@redhat.com>
Thu, 7 Nov 2013 18:47:48 +0000 (19:47 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 14 Nov 2013 12:09:06 +0000 (13:09 +0100)
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>
qapi-schema.json

index 76c98a7265550f889b84fc23a6467c30054cab57..83fa4852ce1b5d7e1b78592715c8b4e4f7516b16 100644 (file)
 # @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
 ##