Re: [Qemu-devel] [PATCH 19/19] qcow2: Gather clusters in a looping loop

2013-03-25 Thread Kevin Wolf
Am 25.03.2013 um 18:30 hat Kevin Wolf geschrieben: > Instead of just checking once in exactly this order if there are > dependendies, non-COW clusters and new allocation, this starts looping > around these. This way we can, for example, gather non-COW clusters after > new allocations as long as the

[Qemu-devel] [PATCH 19/19] qcow2: Gather clusters in a looping loop

2013-03-25 Thread Kevin Wolf
Instead of just checking once in exactly this order if there are dependendies, non-COW clusters and new allocation, this starts looping around these. This way we can, for example, gather non-COW clusters after new allocations as long as the host cluster offsets stay contiguous. Once handle_depende