Re: [PATCH v2 0/2] qemu-img: fix getting stuck in infinite loop on in-chain rebase

2023-06-01 Thread Andrey Drobyshev
On 5/25/23 21:02, Andrey Drobyshev wrote: > v1 -> v2: > > * Avoid breaking the loop just yet, as the offsets beyond the old > backing size need to be explicitly zeroed; > * Amend the commit message accordingly; > * Alter the added test case to take the last zeroed cluster into >

[PATCH v2 0/2] qemu-img: fix getting stuck in infinite loop on in-chain rebase

2023-05-25 Thread Andrey Drobyshev via
v1 -> v2: * Avoid breaking the loop just yet, as the offsets beyond the old backing size need to be explicitly zeroed; * Amend the commit message accordingly; * Alter the added test case to take the last zeroed cluster into consideration. v1: