Re: [Qemu-devel] [PATCH 2/2] qemu-img:report size overflow error message

2012-12-16 Thread li guang
在 2012-12-14五的 13:19 +0100,Markus Armbruster写道: liguang lig.f...@cn.fujitsu.com writes: qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. before change: qemu-img: Invalid image size specified! You may use k, M, G or T

Re: [Qemu-devel] [PATCH 2/2] qemu-img:report size overflow error message

2012-12-14 Thread Markus Armbruster
liguang lig.f...@cn.fujitsu.com writes: qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. before change: qemu-img: Invalid image size specified! You may use k, M, G or T suffixes for qemu-img: kilobytes, megabytes, gigabytes

[Qemu-devel] [PATCH 2/2] qemu-img:report size overflow error message

2012-12-13 Thread liguang
qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. before change: qemu-img: Invalid image size specified! You may use k, M, G or T suffixes for qemu-img: kilobytes, megabytes, gigabytes and terabytes. after change: qemu-img: Image

Re: [Qemu-devel] [ [PATCH 2/2] qemu-img:report size overflow error message

2012-12-11 Thread Markus Armbruster
liguang lig.f...@cn.fujitsu.com writes: qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. Recommend to show the reproducer with output before and after the patch in the commit message.

Re: [Qemu-devel] [ [PATCH 2/2] qemu-img:report size overflow error message

2012-12-11 Thread li guang
在 2012-12-11二的 16:11 +0100,Markus Armbruster写道: liguang lig.f...@cn.fujitsu.com writes: qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. Recommend to show the reproducer with output before and after the patch in the

[Qemu-devel] [ [PATCH 2/2] qemu-img:report size overflow error message

2012-12-06 Thread liguang
qemu-img will complain when qcow or qcow2 size overflow for 64 bits, report the right message in this condition. Signed-off-by: liguang lig.f...@cn.fujitsu.com --- qemu-img.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index