Re: [Qemu-devel] [PATCH] qemu-iotests: Discard preallocated zero clusters

2013-10-09 Thread Kevin Wolf
Am 09.10.2013 um 12:07 hat Max Reitz geschrieben: > Add a new test case for discarding preallocated zero clusters; doing > this should not result in any leaks. > > Signed-off-by: Max Reitz > --- > Follow-up to: > - qcow2: Free preallocated zero clusters Thanks, applied to the block branch. Kev

[Qemu-devel] [PATCH] qemu-iotests: Discard preallocated zero clusters

2013-10-09 Thread Max Reitz
Add a new test case for discarding preallocated zero clusters; doing this should not result in any leaks. Signed-off-by: Max Reitz --- Follow-up to: - qcow2: Free preallocated zero clusters --- tests/qemu-iotests/066 | 63 ++ tests/qemu-iotests/06