From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, stefanha@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] block: fix backing file overriding
Date: Sun, 22 Sep 2013 20:05:05 +0800 [thread overview]
Message-ID: <1379851507-17921-1-git-send-email-famz@redhat.com> (raw)
The backing.file.filename option is not working as expected: if there's also a
backing file name from the format driver, adding this option fails bdrv_open;
if there's no backing file name info in the image, "info block" doesn't show
the overrided file name.
A test case is updated to catch these issues.
Fam Zheng (2):
block: fix backing file overriding
qemu-iotests: add test for backing file overriding
block.c | 7 +++++--
tests/qemu-iotests/051 | 17 ++++++++++++++++-
tests/qemu-iotests/051.out | 11 +++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)
--
1.8.3.1
next reply other threads:[~2013-09-22 12:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-22 12:05 Fam Zheng [this message]
2013-09-22 12:05 ` [Qemu-devel] [PATCH 1/2] block: fix backing file overriding Fam Zheng
2013-09-22 12:05 ` [Qemu-devel] [PATCH 2/2] qemu-iotests: add test for " Fam Zheng
2013-09-23 9:11 ` [Qemu-devel] [PATCH 0/2] block: fix " Kevin Wolf
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=1379851507-17921-1-git-send-email-famz@redhat.com \
--to=famz@redhat.com \
--cc=kwolf@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).