]> Git Repo - qemu.git/commit
block: Add bdrv_next_node
authorFam Zheng <[email protected]>
Fri, 31 Oct 2014 03:32:54 +0000 (11:32 +0800)
committerKevin Wolf <[email protected]>
Wed, 10 Dec 2014 09:25:29 +0000 (10:25 +0100)
commit04df765ab449df24666269b0de0caf6ff250c568
treee0f3c156c36d04dbcefa9b91cad595fd23b62cb6
parent7fb8da2b8861795e0013e6ee97acd0363d868a35
block: Add bdrv_next_node

Similar to bdrv_next, this traverses through graph_bdrv_states. Will be
useful to enumerate all the named nodes.

Signed-off-by: Fam Zheng <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Max Reitz <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
include/block/block.h
This page took 0.021205 seconds and 4 git commands to generate.