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

2012-12-06 Thread li guang
Hi, Stefan seems this tiny patch was ignored. 在 2012-11-05一的 11:27 +0100,Stefan Hajnoczi写道: > On Mon, Nov 5, 2012 at 8:41 AM, 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

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

2012-11-05 Thread Stefan Hajnoczi
On Mon, Nov 5, 2012 at 8:41 AM, 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 |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) Reviewed-by: Ste