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 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 >

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

2012-12-14 Thread Markus Armbruster
liguang 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 and terabytes. > >

[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 size

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 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. O

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

2012-12-11 Thread Markus Armbruster
liguang 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.

[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 --- qemu-img.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index e29e01b..f3209b4 100644 --- a/qemu-img