Re: [Qemu-devel] [PATCH v11 3/4] qemu-img: Add compare subcommand

2013-02-13 Thread Miroslav Rezanina
- Original Message - > From: "Eric Blake" > To: "Miroslav Rezanina" > Cc: qemu-devel@nongnu.org, kw...@redhat.com, pbonz...@redhat.com, > stefa...@redhat.com > Sent: Wednesday, February 13, 2013 2:39:59 PM > Subject: Re: [PATCH v11 3/4] qemu-img: Add compare subcommand > > On 02/13/20

Re: [Qemu-devel] [PATCH v11 3/4] qemu-img: Add compare subcommand

2013-02-13 Thread Eric Blake
On 02/13/2013 01:09 AM, Miroslav Rezanina wrote: > This patch adds new qemu-img subcommand that compares content of two disk > images. > > Signed-off-by: Miroslav Rezanina > --- > +Compare exits with @code{0} in case the images are equal and with @code{1} > +in case the images differ. Negative e

[Qemu-devel] [PATCH v11 3/4] qemu-img: Add compare subcommand

2013-02-13 Thread Miroslav Rezanina
This patch adds new qemu-img subcommand that compares content of two disk images. Signed-off-by: Miroslav Rezanina --- qemu-img-cmds.hx |6 + qemu-img.c | 290 +- qemu-img.texi| 53 ++ 3 files changed, 348 insertions(+)