[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 0/3] qemu-img raw preallocation
From: |
Nir Soffer |
Subject: |
[Qemu-block] [PATCH 0/3] qemu-img raw preallocation |
Date: |
Fri, 17 Feb 2017 02:51:24 +0200 |
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