Re: [PATCH v2 3/4] qemu-img: add --shallow option for qemu-img compare

2021-10-26 Thread Hanna Reitz
On 21.10.21 12:12, Vladimir Sementsov-Ogievskiy wrote: Allow compare only top images of backing chains. This is useful to compare images with same backing file or to compare incremental images from the chain of incremental backups with "--stat" option. Signed-off-by: Vladimir Sementsov-Ogievskiy

[PATCH v2 3/4] qemu-img: add --shallow option for qemu-img compare

2021-10-21 Thread Vladimir Sementsov-Ogievskiy
Allow compare only top images of backing chains. This is useful to compare images with same backing file or to compare incremental images from the chain of incremental backups with "--stat" option. Signed-off-by: Vladimir Sementsov-Ogievskiy --- docs/tools/qemu-img.rst | 9 - qemu-img.c