qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation)
@ 2013-08-26  9:12 Alex Bligh
  2013-08-26  9:12 ` Alex Bligh
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Bligh @ 2013-08-26  9:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: Kevin Wolf, Anthony Liguori, Fam Zheng, Alex Bligh,
	Stefan Hajnoczi, Paolo Bonzini

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-08-30 19:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-26  9:12 [Qemu-devel] [PATCHv5] add qemu-img convert -n option (skip target volume creation) Alex Bligh
2013-08-26  9:12 ` 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

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).