From: Kevin Wolf <kwolf@redhat.com>
To: hch@lst.de
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests
Date: Thu, 16 Jul 2009 12:08:56 +0200 [thread overview]
Message-ID: <1247738940-12061-1-git-send-email-kwolf@redhat.com> (raw)
This series adds some patches for backing files to qemu-iotests. It is meant to
be applied on top of the recently posted patch introducing test 016.
Adding these tests adds a few failures for me. I'm fairly sure that these are
real bugs though and not problems with the test cases:
* 018 fails for all formats on git master. This is an qemu-img bug. (Fix was
posted by Akkarit Sangpetch, but corrupted by his mailer - so it's not yet
included)
* 019 fails for qcow1. Not sure yet why, but likely a qcow bug.
* 020 fails with vmdk. This is a bug of the vmdk driver which stores its
backing file pointer in the parent image. Will look into fixing this.
Kevin Wolf (4):
qemu-iotests: Simple backing file test
qemu-iotests: Merge backing file when converting
qemu-iotests: qemu-img convert with backing file
qemu-iotests: Commit to backing file
017 | 102 ++++++
017.out | 1077 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
018 | 105 ++++++
018.out | 1077 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
019 | 116 ++++++
019.out | 1081 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
020 | 107 ++++++
020.out | 1078 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
common.pattern | 15 +
common.rc | 1 +
group | 4 +
11 files changed, 4763 insertions(+), 0 deletions(-)
create mode 100755 017
create mode 100644 017.out
create mode 100755 018
create mode 100644 018.out
create mode 100755 019
create mode 100644 019.out
create mode 100755 020
create mode 100644 020.out
next reply other threads:[~2009-07-16 10:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-16 10:08 Kevin Wolf [this message]
2009-07-16 10:08 ` [Qemu-devel] [PATCH 1/4] qemu-iotests: Simple backing file test Kevin Wolf
2009-07-16 10:08 ` [Qemu-devel] [PATCH 2/4] qemu-iotests: Merge backing file when converting Kevin Wolf
2009-07-16 10:08 ` [Qemu-devel] [PATCH 3/4] qemu-iotests: qemu-img convert with backing file Kevin Wolf
2009-07-16 10:09 ` [Qemu-devel] [PATCH 4/4] qemu-iotests: Commit to " Kevin Wolf
2009-07-16 13:20 ` [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests Blue Swirl
2009-07-16 13:28 ` Kevin Wolf
2009-07-16 16:48 ` Christoph Hellwig
2009-07-16 16:11 ` [Qemu-devel] " Ben Pfaff
2009-07-16 16:48 ` Christoph Hellwig
2009-07-16 17:16 ` Christoph Hellwig
2009-07-16 18:00 ` malc
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=1247738940-12061-1-git-send-email-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=hch@lst.de \
--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).