]> git.proxmox.com Git - mirror_qemu.git/commit - hmp.c
block/hmp: Allow info = NULL in print_block_info()
authorKevin Wolf <kwolf@redhat.com>
Mon, 15 Sep 2014 10:12:52 +0000 (12:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 Dec 2014 09:31:11 +0000 (10:31 +0100)
commit8d6adccda25d75dc152b68d15ac75e1670e59b23
tree276c1743c88448c643899f8f4b025f296d891e8c
parent289b276c69a8b5f90531b41917a536e16bf71837
block/hmp: Allow info = NULL in print_block_info()

This allows printing infos of BlockDriverStates that aren't at the root
of the graph (and logically implementing a BlockBackend).

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