This series add missing tests for raw image preallocation, refine preallocation=full and improve documentation.
Create on top of the commit 10ddfe7b6044 (qemu-img: Do not truncate before preallocation) from Kevin block branch. Nir Soffer (3): qemu-img: Add tests for raw image preallocation qemu-img: Truncate before full preallocation qemu-img: Improve documentation for PREALLOC_MODE_FALLOC block/file-posix.c | 19 ++++++++++++++- tests/qemu-iotests/175 | 61 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/175.out | 18 ++++++++++++++ tests/qemu-iotests/group | 1 + 4 files changed, 98 insertions(+), 1 deletion(-) create mode 100755 tests/qemu-iotests/175 create mode 100644 tests/qemu-iotests/175.out -- 2.9.3