]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.c
block: Allow node name for 'qemu-io' HMP command
authorKevin Wolf <kwolf@redhat.com>
Wed, 13 Jul 2016 15:27:51 +0000 (17:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 5 Sep 2016 17:06:48 +0000 (19:06 +0200)
commite7f98f2f92827df9944402d1613a4e32fe50215b
treeff804f47216de6081e5dc9c5f77838c2179596a5
parentc0088d79a7d0d9070a46331b60ec8aa871fe2085
block: Allow node name for 'qemu-io' HMP command

When using a node name, create a temporary BlockBackend that is used to
run the qemu-io command.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
hmp.c