Re: [Qemu-devel] [PATCH 2/4] block: Add bdrv_get_node_name

2014-10-31 Thread Eric Blake
On 10/28/2014 11:04 PM, Fam Zheng wrote: > This returns the node name of a BDS. Remove the TODO comment and expect > the callers to be explicit. > > Signed-off-by: Fam Zheng > --- > block.c | 6 +- > include/block/block.h | 1 + > 2 files changed, 6 insertions(+), 1 deletion(-)

Re: [Qemu-devel] [PATCH 2/4] block: Add bdrv_get_node_name

2014-10-29 Thread Max Reitz
On 2014-10-29 at 06:04, Fam Zheng wrote: This returns the node name of a BDS. Remove the TODO comment and expect the callers to be explicit. Signed-off-by: Fam Zheng --- block.c | 6 +- include/block/block.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --gi

[Qemu-devel] [PATCH 2/4] block: Add bdrv_get_node_name

2014-10-28 Thread Fam Zheng
This returns the node name of a BDS. Remove the TODO comment and expect the callers to be explicit. Signed-off-by: Fam Zheng --- block.c | 6 +- include/block/block.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/block.c b/block.c index c92a913..1448e38 1