From: Max Reitz <mreitz@redhat.com>
To: qemu-block@nongnu.org
Cc: qemu-devel@nongnu.org, Max Reitz <mreitz@redhat.com>,
Kevin Wolf <kwolf@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] block: Fix backing paths for filenames with colons
Date: Mon, 22 May 2017 20:07:33 +0200 [thread overview]
Message-ID: <20170522180735.26677-1-mreitz@redhat.com> (raw)
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
next reply other threads:[~2017-05-22 18:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-22 18:07 Max Reitz [this message]
2017-05-22 18:07 ` [Qemu-devel] [PATCH 1/2] block: Fix backing paths for filenames with colons 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
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=20170522180735.26677-1-mreitz@redhat.com \
--to=mreitz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).