All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n
@ 2015-02-11 14:58 Max Reitz
  2015-02-11 14:58 ` [Qemu-devel] [PATCH 1/2] " Max Reitz
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Max Reitz @ 2015-02-11 14:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi, Max Reitz

Even when specifying -n to suppress image creation with qemu-img
convert, that function tried to verify that the target protocol and
driver are suited for image creation. This verification should be
suppressed, too (which is what the first patch in this series does, the
second one adds a test for it).


Max Reitz (2):
  qemu-img: Fix qemu-img convert -n
  iotests: Add test for qemu-img convert to NBD

 qemu-img.c                 | 50 +++++++++++++++++++------------------
 tests/qemu-iotests/123     | 62 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/123.out |  9 +++++++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 98 insertions(+), 24 deletions(-)
 create mode 100755 tests/qemu-iotests/123
 create mode 100644 tests/qemu-iotests/123.out

-- 
2.1.0

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

end of thread, other threads:[~2015-02-13 11:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 14:58 [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n Max Reitz
2015-02-11 14:58 ` [Qemu-devel] [PATCH 1/2] " Max Reitz
2015-02-11 14:58 ` [Qemu-devel] [PATCH 2/2] iotests: Add test for qemu-img convert to NBD Max Reitz
2015-02-11 15:35 ` [Qemu-devel] [PATCH 0/2] qemu-img: Fix qemu-img convert -n Eric Blake
2015-02-13 11:17 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.