Re: [Qemu-devel] [PATCH V5 02/13] block: add bdrv_get_filename() function

2013-01-31 Thread Wenchao Xia
于 2013-1-29 20:53, Kevin Wolf 写道: Am 24.01.2013 03:57, schrieb Wenchao Xia: This function will simply return the uri or filename used to open the image. Reviewed-by: Eric Blake Signed-off-by: Wenchao Xia The only user of this function in the series is in block.c and could have called it

Re: [Qemu-devel] [PATCH V5 02/13] block: add bdrv_get_filename() function

2013-01-29 Thread Kevin Wolf
Am 24.01.2013 03:57, schrieb Wenchao Xia: > This function will simply return the uri or filename used > to open the image. > > Reviewed-by: Eric Blake > Signed-off-by: Wenchao Xia The only user of this function in the series is in block.c and could have called it without making it public. Ke

[Qemu-devel] [PATCH V5 02/13] block: add bdrv_get_filename() function

2013-01-23 Thread Wenchao Xia
This function will simply return the uri or filename used to open the image. Reviewed-by: Eric Blake Signed-off-by: Wenchao Xia --- block.c |5 + include/block/block.h |1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/block.c b/block.c index 6fa7c9