Re: [Qemu-devel] [PATCH] qemu-img: supplement the omitted 'disk size' bytes info

2017-06-06 Thread sochin.jiang
Please ignore this patch, I realize that there are some unfixed problems, like iotest, etc. On 2017/6/6 15:03, sochin.jiang wrote: > From: "sochin.jiang" > > Supplement the omitted 'disk size' bytes information when using > > 'qemu-img info',it is useful in some occasion. Anyhow, it looks > >

[Qemu-devel] [PATCH] qemu-img: supplement the omitted 'disk size' bytes info

2017-06-06 Thread sochin.jiang
From: "sochin.jiang" Supplement the omitted 'disk size' bytes information when using 'qemu-img info',it is useful in some occasion. Anyhow, it looks strange that 'virtual size' has bytes while actual 'disk size' does not. Signed-off-by: sochin.jiang --- block/qapi.c | 5 +++-- 1 file ch