qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] block: Fix backing paths for filenames with colons
@ 2017-05-22 18:07 Max Reitz
  2017-05-22 18:07 ` [Qemu-devel] [PATCH 1/2] " Max Reitz
  2017-05-22 18:07 ` [Qemu-devel] [PATCH 2/2] iotests: Add test for colon handling Max Reitz
  0 siblings, 2 replies; 5+ messages in thread
From: Max Reitz @ 2017-05-22 18:07 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Kevin Wolf

See here:
$ ./qemu-img create -f qcow2 backing.qcow2 64M
Formatting 'backing.qcow2', fmt=qcow2 size=67108864 encryption=off
    cluster_size=65536 lazy_refcounts=off refcount_bits=16
$ ./qemu-img create -f qcow2 -b backing.qcow2 ./top:image.qcow2
qemu-img: ./top:image.qcow2: Could not open './top:backing.qcow2':
    No such file or directory

:-(

(See also: https://bugzilla.redhat.com/show_bug.cgi?id=1212715)


Max Reitz (2):
  block: Fix backing paths for filenames with colons
  iotests: Add test for colon handling

 block.c                    | 15 ++++++---
 tests/qemu-iotests/126     | 76 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/126.out | 16 ++++++++++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 103 insertions(+), 5 deletions(-)
 create mode 100755 tests/qemu-iotests/126
 create mode 100644 tests/qemu-iotests/126.out

-- 
2.9.4

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

end of thread, other threads:[~2017-05-22 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 18:07 [Qemu-devel] [PATCH 0/2] block: Fix backing paths for filenames with colons Max Reitz
2017-05-22 18:07 ` [Qemu-devel] [PATCH 1/2] " Max Reitz
2017-05-22 18:25   ` Eric Blake
2017-05-22 18:07 ` [Qemu-devel] [PATCH 2/2] iotests: Add test for colon handling Max Reitz
2017-05-22 18:24   ` Eric Blake

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