qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] add support for new option of vdi format


From: Stefan Weil
Subject: [Qemu-devel] Re: [PATCH] add support for new option of vdi format
Date: Thu, 23 Jul 2009 22:34:40 +0200
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707)

Stefan Weil schrieb:
> VDI supports an image option 'static'.
> Ignore "static=off" from qemu-img output.
>
> Cc: Christoph Hellwig <address@hidden>
> Cc: QEMU Developers <address@hidden>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  common.rc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/common.rc b/common.rc
> index 16cf77d..4ba5c71 100644
> --- a/common.rc
> +++ b/common.rc
> @@ -61,8 +61,8 @@ _make_test_img()
>       sed -e "s#$IMGFMT#IMGFMT#g" | \
>       sed -e "s# encryption=off##g" | \
>       sed -e "s# cluster_size=0##g" | \
> -     sed -e "s# compat6=off##g"
> -
> +        sed -e "s# compat6=off##g" | \
> +        sed -e "s# static=off##g"
>  }
>  
>  _cleanup_test_img()
>   


The patch is for qemu-io-tests, not for QEMU.
I should have added this information to the subject line.

Regards, Stefan





reply via email to

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