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
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
>
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