qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Hu Tao <hutao@cn.fujitsu.com>
Cc: Kevin Wolf <kwolf@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: fix filter of encryption option
Date: Fri, 29 Aug 2014 17:06:20 +0100	[thread overview]
Message-ID: <20140829160620.GE20193@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <4044e6699f48e9248cabe4fca4137d077cb37868.1409216371.git.hutao@cn.fujitsu.com>

[-- Attachment #1: Type: text/plain, Size: 744 bytes --]

On Thu, Aug 28, 2014 at 04:56:03PM +0800, Hu Tao wrote:
> We should filter out encryption=on, too.
> 
> Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
> ---
>  tests/qemu-iotests/common.filter | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter
> index 51192c8..362394e 100644
> --- a/tests/qemu-iotests/common.filter
> +++ b/tests/qemu-iotests/common.filter
> @@ -176,7 +176,7 @@ _filter_img_create()
>      sed -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \
>          -e "s#$TEST_DIR#TEST_DIR#g" \
>          -e "s#$IMGFMT#IMGFMT#g" \
> -        -e "s# encryption=off##g" \
> +        -e "s# encryption=\\(on\\|off\\)##g" \

Why?

Stefan

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

  reply	other threads:[~2014-08-29 16:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-28  8:56 [Qemu-devel] [PATCH 0/2] qemu-iotests: fix two driver-specific option filtering problems Hu Tao
2014-08-28  8:56 ` [Qemu-devel] [PATCH 1/2] qemu-iotests: fix filter of encryption option Hu Tao
2014-08-29 16:06   ` Stefan Hajnoczi [this message]
2014-09-04  9:03     ` Hu Tao
2014-09-08  9:14       ` Stefan Hajnoczi
2014-08-28  8:56 ` [Qemu-devel] [PATCH 2/2] qemu-iotests: filter out driver-specific option preallocation Hu Tao
2014-08-29 16:07   ` Stefan Hajnoczi

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=20140829160620.GE20193@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=hutao@cn.fujitsu.com \
    --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 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).