[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 lig.f...@cn.fujitsu.com --- qemu-img.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index

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 lig.f...@cn.fujitsu.com --- qemu-img.c |6 -- 1 files changed, 4 insertions(+), 2

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 lig.f...@cn.fujitsu.com --- qemu-img.c

[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 lig.f...@cn.fujitsu.com --- qemu-img.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index

[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 lig.f...@cn.fujitsu.com --- qemu-img.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index