Re: [Qemu-block] [PATCH v3 02/11] block: Accept node-name for block-commit

2016-07-07 Thread Eric Blake
On 07/07/2016 06:11 AM, 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 > block-commit to accept a node-name without lifting the restriction that > we're operating at a root node. > > As

[Qemu-block] [PATCH v3 02/11] block: Accept node-name for block-commit

2016-07-07 Thread Kevin Wolf
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