All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Kevin Wolf <kwolf@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 0/4] qemu-iotests: Backing file tests
Date: Thu, 16 Jul 2009 19:16:58 +0200	[thread overview]
Message-ID: <20090716171658.GA9057@lst.de> (raw)
In-Reply-To: <1247738940-12061-1-git-send-email-kwolf@redhat.com>

On Thu, Jul 16, 2009 at 12:08:56PM +0200, Kevin Wolf wrote:
> 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.

Thanks, I've put all the patches in.

It would be good if we could get Akkarit ASAP as I really don't want
to keep failing tests for the major formats (really just raw and qcow2)
around for more than nessecary.

I wonder if we'll eventually have to add an xfail mechanism for the
other formats as we can't really rely on them being maintained and
getting fixed ASAP.

These patches also bring two issues up I'll want to eventually fixed:

 - the use of the $(( )) synatx is a bashism.  We'll either need to
   switch to officially requiring bash and using #!/bin/bash in the
   first line or switch to use Posix sh synax using let or the expr
   helper.  Given how nice $(( )) is I'd lean towards the former.
 - We'll probably want to introduce standard $TEST_BACKING_IMG and
   similar variables aswell as shell functions for creating and dealing
   with them now that they get more common.  Same for the .orig stuff
   we use when creating compressed images.

none of that is really ugent, though.

  parent reply	other threads:[~2009-07-16 17:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-16 10:08 [Qemu-devel] [PATCH 0/4] qemu-iotests: Backing file tests Kevin Wolf
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 [this message]
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=20090716171658.GA9057@lst.de \
    --to=hch@lst.de \
    --cc=kwolf@redhat.com \
    --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 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.