diff options
author | Kevin Wolf <kwolf@redhat.com> | 2016-08-02 19:22:04 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-08-05 10:55:14 +0200 |
commit | 39d990ac384cba496ba1f8bade184f182f9d5ad3 (patch) | |
tree | 71b61266335eda54493260297ff95be460044e18 /qapi | |
parent | 42e0d60f1615ef63d16e41bb1668805560c37870 (diff) | |
download | qemu-39d990ac384cba496ba1f8bade184f182f9d5ad3.zip qemu-39d990ac384cba496ba1f8bade184f182f9d5ad3.tar.gz qemu-39d990ac384cba496ba1f8bade184f182f9d5ad3.tar.bz2 |
block: Accept any target node for transactional blockdev-backup
Commit 0d978913 changed blockdev-backup to accept arbitrary node names
instead of device names (i.e. root nodes) for the backup target.
However, it forgot to make the same change in transactions and to update
the documentation. This patch fixes these omissions.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/block-core.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json index 2bbc027..5e2d7d7 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -927,7 +927,7 @@ # # @device: the name of the device which should be copied. # -# @target: the name of the backup target device. +# @target: the device name or node-name of the backup target node. # # @sync: what parts of the disk image should be copied to the destination # (all the disk, only the sectors allocated in the topmost image, or |