Re: [Qemu-devel] [PULL 36/42] block: Allow node name for 'qemu-io' HMP command

2016-09-15 Thread Paolo Bonzini
On 05/09/2016 20:13, 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 > Reviewed-by: Eric Blake > --- > hmp.c | 13 + > 1 file changed, 13

[Qemu-devel] [PULL 36/42] block: Allow node name for 'qemu-io' HMP command

2016-09-05 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 Reviewed-by: Eric Blake --- hmp.c | 13 + 1 file changed, 13 insertions(+) diff --git a/hmp.c b/hmp.c index