Re: [Qemu-devel] [RFC PATCH 6/7] block: Accept node-name for block-stream

2016-06-24 Thread Eric Blake
On 06/23/2016 08:36 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 is an example > conversion that accepts a node-name without lifting the restriction that > we're operating at a root node. Chang

[Qemu-devel] [RFC PATCH 6/7] block: Accept node-name for block-stream

2016-06-23 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 is an example conversion that accepts a node-name without lifting the restriction that we're operating at a root node. Changing QMP commands so that they can work in the midd