Re: [Qemu-devel] [PATCH 05/11] block: rename bdrv_query_info to bdrv_query_block_info

2013-01-04 Thread Eric Blake
On 12/29/2012 01:45 AM, Wenchao Xia wrote: > Now this function have a mirror name with bdrv_query_image_info > to tip well what it is doing. Awkward to read. Maybe: Now that we have bdrv_query_image_info, rename this function to make it more obvious what it is doing. > > Signed-off-by: Wench

[Qemu-devel] [PATCH 05/11] block: rename bdrv_query_info to bdrv_query_block_info

2012-12-29 Thread Wenchao Xia
Now this function have a mirror name with bdrv_query_image_info to tip well what it is doing. Signed-off-by: Wenchao Xia --- block.c |4 ++-- include/block/block.h |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/block.c b/block.c index d39da3d..9dcec