[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH v5 09/11] block: Accept node-name for drive-mirr
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH v5 09/11] block: Accept node-name for drive-mirror |
Date: |
Wed, 3 Aug 2016 17:32:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 03.08.2016 13:21, Kevin Wolf wrote:
> In order to remove the necessity to use BlockBackend names in the
> external API, we want to allow node-names everywhere. This converts
> drive-mirror to accept a node-name without lifting the restriction that
> we're operating at a root node.
>
> In case of an invalid device name, the command returns the GenericError
> error class now instead of DeviceNotFound, because this is what
> qmp_get_root_bs() returns.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> ---
> blockdev.c | 14 +++-----------
> qapi/block-core.json | 5 +++--
> qmp-commands.hx | 3 ++-
> tests/qemu-iotests/041 | 8 +++-----
> 4 files changed, 11 insertions(+), 19 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-block] [PATCH v5 03/11] block: Accept node-name for blockdev-backup, (continued)
- [Qemu-block] [PATCH v5 06/11] block: Accept node-name for blockdev-snapshot-internal-sync, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 05/11] block: Accept node-name for blockdev-snapshot-delete-internal-sync, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 07/11] block: Accept node-name for change-backing-file, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 08/11] block: Accept node-name for drive-backup, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 09/11] block: Accept node-name for drive-mirror, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 10/11] nbd-server: Use a separate BlockBackend, Kevin Wolf, 2016/08/03
- [Qemu-block] [PATCH v5 11/11] nbd-server: Allow node name for nbd-server-add, Kevin Wolf, 2016/08/03
- Re: [Qemu-block] [PATCH v5 00/11] block: Accept node-name in all node level QMP commands, Kevin Wolf, 2016/08/08