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

2013-01-02 Thread Anthony Liguori
Peter Maydell writes: > On 3 January 2013 00:19, Anthony Liguori wrote: >> This is an automated message generated from the QEMU Patches. >> Thank you for submitting this patch. This patch no longer applies to >> qemu.git. > >> Nacked-by: QEMU Patches > > Are we going to get these emails on ev

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

2013-01-02 Thread Peter Maydell
On 3 January 2013 00:19, Anthony Liguori wrote: > This is an automated message generated from the QEMU Patches. > Thank you for submitting this patch. This patch no longer applies to > qemu.git. > Nacked-by: QEMU Patches Are we going to get these emails on every old patch that was superseded

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

2013-01-02 Thread Anthony Liguori
Hi, This is an automated message generated from the QEMU Patches. Thank you for submitting this patch. This patch no longer applies to qemu.git. This may have occurred due to: 1) Changes in mainline requiring your patch to be rebased and re-tested. 2) Sending the mail using a tool other t

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

2012-12-06 Thread li guang
在 2012-12-06四的 11:04 +0100,Kevin Wolf写道: > Am 05.11.2012 08:41, schrieb 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 |7 ++- > > 1 files changed,

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

2012-12-06 Thread Kevin Wolf
Am 05.11.2012 08:41, schrieb 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 |7 ++- > 1 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/qemu-img

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

2012-11-04 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 |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index b41e670..d9434ad 100644 --- a/qemu-i