tests/qemu-iotests/044
0 → 100755
+117
−0
tests/qemu-iotests/044.out
0 → 100644
+6
−0
+1
−0
Loading
Actually writing all the content with 512 byte sector size would take
forever, therefore build the image file with a Python script and use
qemu-io for the last write that actually triggers the refcount table
growth.
Signed-off-by:
Kevin Wolf <kwolf@redhat.com>