qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: filter out driver-specific op


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 2/2] qemu-iotests: filter out driver-specific option preallocation
Date: Fri, 29 Aug 2014 17:07:56 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Aug 28, 2014 at 04:56:04PM +0800, Hu Tao wrote:
> 
> Signed-off-by: Hu Tao <address@hidden>
> ---
>  tests/qemu-iotests/common.filter | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/qemu-iotests/common.filter 
> b/tests/qemu-iotests/common.filter
> index 362394e..97d2934 100644
> --- a/tests/qemu-iotests/common.filter
> +++ b/tests/qemu-iotests/common.filter
> @@ -189,6 +189,7 @@ _filter_img_create()
>          -e "s# block_size=[0-9]\\+##g" \
>          -e "s# block_state_zero=\\(on\\|off\\)##g" \
>          -e "s# log_size=[0-9]\\+##g" \
> +        -e "s# preallocation='[^']*'##g" \
>          -e "s/archipelago:a/TEST_DIR\//g"
>  }

This seems bogus.

Why does this patch filter the option without updating all the
tests/qemu-iotests/*.out files that contain this output?

What is the point of this patch?

Stefan

Attachment: pgpYsK9h39Seg.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]