Searched hist:"1 d13b167fd40c0ac8dfd779f150d8643afd508dc" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/qapi/ |
H A D | block-core.json | diff 1d13b167fd40c0ac8dfd779f150d8643afd508dc Thu Jun 23 07:20:24 CDT 2016 Kevin Wolf <kwolf@redhat.com> 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>
|
/openbmc/qemu/ |
H A D | blockdev.c | diff 1d13b167fd40c0ac8dfd779f150d8643afd508dc Thu Jun 23 07:20:24 CDT 2016 Kevin Wolf <kwolf@redhat.com> 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>
|