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

2013-01-14 Thread Wenchao Xia
于 2013-1-15 1:08, Luiz Capitulino 写道: On Mon, 14 Jan 2013 15:09:38 +0800 Wenchao Xia wrote: 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 |

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

2013-01-14 Thread Luiz Capitulino
On Mon, 14 Jan 2013 15:09:38 +0800 Wenchao Xia wrote: > 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

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

2013-01-13 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 4e28c5