diff options
| author | Max Reitz | 2018-02-24 16:40:33 +0100 |
|---|---|---|
| committer | Eric Blake | 2018-03-19 20:58:36 +0100 |
| commit | 4f7be2806e672fa232e406ac5eec26789b9d5f85 (patch) | |
| tree | ae82d86210521ff3a214b1b6102ef5c43d72e954 /qapi | |
| parent | block: Handle null backing link (diff) | |
| download | qemu-4f7be2806e672fa232e406ac5eec26789b9d5f85.tar.gz qemu-4f7be2806e672fa232e406ac5eec26789b9d5f85.tar.xz qemu-4f7be2806e672fa232e406ac5eec26789b9d5f85.zip | |
block: Deprecate "backing": ""
We have a clear replacement, so let's deprecate it.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20180224154033.29559-8-mreitz@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi')
| -rw-r--r-- | qapi/block-core.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 5b0ad1a8b7..f374be4c11 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1174,7 +1174,7 @@ # @overlay: reference to the existing block device that will become # the overlay of @node, as part of creating the snapshot. # It must not have a current backing file (this can be -# achieved by passing "backing": "" to blockdev-add). +# achieved by passing "backing": null to blockdev-add). # # Since: 2.5 ## @@ -1347,7 +1347,7 @@ # "node-name": "node1534", # "file": { "driver": "file", # "filename": "hd1.qcow2" }, -# "backing": "" } } +# "backing": null } } # # <- { "return": {} } # |
