|
From: | Max Reitz |
Subject: | Re: [Qemu-devel] [PATCH 1/4] block: Add bdrv_next_node |
Date: | Wed, 29 Oct 2014 09:49:20 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 2014-10-29 at 06:04, Fam Zheng wrote:
Similar to bdrv_next, this traverses through graph_bdrv_states. Will be useful to enumerate all the named nodes. Signed-off-by: Fam Zheng <address@hidden> --- block.c | 8 ++++++++ include/block/block.h | 1 + 2 files changed, 9 insertions(+)
You could reuse this for bdrv_named_nodes_list(), but that's optional. Reviewed-by: Max Reitz <address@hidden>
[Prev in Thread] | Current Thread | [Next in Thread] |