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 insertions(+)
>
> diff --git a/hmp.c b/hm
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 a7dfe6f..ad33b44 100644
--- a/hmp.c
+++ b/hmp.c
@@