]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
block: Accept node-name for block-commit
authorKevin Wolf <kwolf@redhat.com>
Thu, 23 Jun 2016 12:20:24 +0000 (14:20 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Sep 2016 17:06:47 +0000 (19:06 +0200)
commit1d13b167fd40c0ac8dfd779f150d8643afd508dc
tree5c0307c3b93e60eb651b4dab65dcba8363de65be
parentb6c1bae5df8abbed73c4c0bd92e9963df8829c74
block: Accept node-name for block-commit

In order to remove the necessity to use BlockBackend names in the
external API, we want to allow node-names everywhere. This converts
block-commit to accept a node-name without lifting the restriction that
we're operating at a root node.

As libvirt makes use of the DeviceNotFound error class, we must add
explicit code to retain this behaviour because qmp_get_root_bs() only
returns GenericErrors.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
blockdev.c
qapi/block-core.json
qmp-commands.hx