[Qemu-devel] [PATCH] correct error message qemu-img reported

2012-11-01 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 | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index f17f187..2a45427 100644 ---

[Qemu-devel] [PATCH] correct error message qemu-img reported

2012-11-01 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 | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index f17f187..2a45427 100644 ---

Re: [Qemu-devel] [PATCH] correct error message qemu-img reported

2012-11-01 Thread li guang
在 2012-11-02五的 11:12 +0800,陳韋任 (Wei-Ren Chen)写道: > On Fri, Nov 02, 2012 at 10:35:50AM +0800, liguang wrote: > > 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 |6 ++

Re: [Qemu-devel] [PATCH] correct error message qemu-img reported

2012-11-01 Thread Wei-Ren Chen
On Fri, Nov 02, 2012 at 10:35:50AM +0800, liguang wrote: > 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 |6 -- > 1 files changed, 4 insertions(+), 2 deletions(-) > > dif

[Qemu-devel] [PATCH] correct error message qemu-img reported

2012-11-01 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 |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index f17f187..a332467 100644 --- a/qemu-im