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

2016-08-03 Thread Max Reitz
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 > block-commit to accept a node-name without lifting the restriction that > we're operating at a root node. > > As libvir

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

2016-08-03 Thread Alberto Garcia
On Wed 03 Aug 2016 01:21:25 PM CEST, 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

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

2016-08-03 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 m