commit | e6bb31ec6f7ef7c78c897390ecc6c6a34a7f9f5a | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Sep 15 12:19:14 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Dec 10 10:31:11 2014 +0100 |
tree | f9950cdb89114726f074ebffac2af142188fbc61 | |
parent | 8d6adccda25d75dc152b68d15ac75e1670e59b23 [diff] |
block/hmp: Allow node-name in 'info block' The optional parameter specifying a block device allows now to use a node-name instead of a drive name (and therefore to inspect any node in the graph). The new -n options allows listing all named nodes instead of BlockBackends. Signed-off-by: Kevin Wolf <kwolf@redhat.com>