Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 050 @ b53169ea

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
acbf30ec 03/15/2013 05:07 pm Paolo Bonzini

qemu-iotests: add tests for rebasing zero clusters

If zero clusters are erroneously treated as unallocated, "qemu-img rebase"
will copy the backing file's contents onto the cluster.

The bug existed also in image streaming, but since the root cause was in...