Re: [Qemu-devel] [PATCH 1/2] qapi: Tweak error message of bdrv_query_image_info

2017-01-21 Thread Max Reitz
On 19.01.2017 14:07, Fam Zheng wrote: > @bs doesn't always have a device name, such as when it comes from > "qemu-img info". Report file name instead. > > Signed-off-by: Fam Zheng > --- > block/qapi.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Yes, I had a discussion with Kevin

[Qemu-devel] [PATCH 1/2] qapi: Tweak error message of bdrv_query_image_info

2017-01-19 Thread Fam Zheng
@bs doesn't always have a device name, such as when it comes from "qemu-img info". Report file name instead. Signed-off-by: Fam Zheng --- block/qapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/qapi.c b/block/qapi.c index a62e862..6329735 100644 --- a/block/qap