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

2013-01-02 Thread Eric Blake
On 12/29/2012 01:45 AM, Wenchao Xia wrote: > This function will simply return the uri or filename used > to open the image. > > Signed-off-by: Wenchao Xia > --- > block.c |5 + > include/block/block.h |1 + > 2 files changed, 6 insertions(+), 0 deletions(-) Reviewed-

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

2012-12-29 Thread Wenchao Xia
This function will simply return the uri or filename used to open the image. 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 4e28c55..5f95da5 100644 --- a/b