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

2013-02-14 Thread Stefan Hajnoczi
On Wed, Feb 13, 2013 at 09:09:38AM +0100, Miroslav Rezanina wrote: > This is 11th version of patch adding compare subcommand that > compares two images. Compare has following criteria: > - only data part is compared > - unallocated sectors are not read > - qemu-img returns: > - 0 if images

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

2013-02-13 Thread Kevin Wolf
Am 13.02.2013 09:09, schrieb Miroslav Rezanina: > This is 11th version of patch adding compare subcommand that > compares two images. Compare has following criteria: > - only data part is compared > - unallocated sectors are not read > - qemu-img returns: > - 0 if images are identical >

[Qemu-devel] [PATCH v11 0/4] Add subcommand compare for qemu-img

2013-02-13 Thread Miroslav Rezanina
This is 11th version of patch adding compare subcommand that compares two images. Compare has following criteria: - only data part is compared - unallocated sectors are not read - qemu-img returns: - 0 if images are identical - 1 if images differ - >2 error on execution v11: - add