Re: [Qemu-devel] [PATCH] block: Allow node name for 'qemu-io' HMP command

2016-08-30 Thread Eric Blake
On 08/19/2016 11:46 AM, Kevin Wolf wrote: > When using a node name, create a temporary BlockBackend that is used to > run the qemu-io command. > > Signed-off-by: Kevin Wolf > --- > hmp.c | 13 + > 1 file changed, 13 insertions(+) Reviewed-by: Eric Blake -- Eric Blake eblake red

[Qemu-devel] [PATCH] block: Allow node name for 'qemu-io' HMP command

2016-08-19 Thread Kevin Wolf
When using a node name, create a temporary BlockBackend that is used to run the qemu-io command. Signed-off-by: Kevin Wolf --- hmp.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hmp.c b/hmp.c index a7dfe6f..ad33b44 100644 --- a/hmp.c +++ b/hmp.c @@ -1923,11 +1923,22 @@ void