[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volum
From: |
Alex Bligh |
Subject: |
[Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation) |
Date: |
Mon, 26 Aug 2013 10:12:00 +0100 |
Add a qemu-img convert -n option to skip target volume creation
Changes since v5:
* Fail conversion if the existing output image is smaller than the
input image and the -n option is specified
* Use -n not -C
* Add a test routine
Alexandre Derumier (1):
add qemu-img convert -n option (skip target volume creation)
qemu-img-cmds.hx | 4 +-
qemu-img.c | 49 ++++++++++++++-------
qemu-img.texi | 15 ++++++-
tests/qemu-iotests/060 | 101 ++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/060.out | 10 +++++
tests/qemu-iotests/group | 1 +
6 files changed, 162 insertions(+), 18 deletions(-)
create mode 100755 tests/qemu-iotests/060
create mode 100644 tests/qemu-iotests/060.out
--
1.7.9.5
- [Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation),
Alex Bligh <=