From: Alex Bligh <alex@alex.org.uk>
To: qemu-devel@nongnu.org
Cc: Kevin Wolf <kwolf@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
Fam Zheng <famz@redhat.com>, Alex Bligh <alex@alex.org.uk>,
Stefan Hajnoczi <stefanha@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation)
Date: Mon, 26 Aug 2013 10:12:00 +0100 [thread overview]
Message-ID: <1377508321-16507-1-git-send-email-alex@alex.org.uk> (raw)
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
next reply other threads:[~2013-08-26 9:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-26 9:12 Alex Bligh [this message]
2013-08-26 9:12 ` [Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation) Alex Bligh
2013-08-30 17:31 ` Eric Blake
2013-08-30 18:13 ` Alex Bligh
2013-08-30 18:55 ` Eric Blake
2013-08-30 19:22 ` Alex Bligh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1377508321-16507-1-git-send-email-alex@alex.org.uk \
--to=alex@alex.org.uk \
--cc=aliguori@us.ibm.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).