qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 12/16] qemu-io: Remove "growable" option


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v4 12/16] qemu-io: Remove "growable" option
Date: Thu, 05 Feb 2015 14:15:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 02/05/2015 11:58 AM, Max Reitz wrote:
> Remove "growable" option from the "open" command and from the qemu-io
> command line. qemu-io is about to be converted to BlockBackend which
> will make sure that no request exceeds the image size, so the only way
> to keep "growable" would be to use BlockBackend if it is not given and
> to directly access the BDS if it is.
> 
> qemu-io is a debugging tool, therefore removing a rarely used option
> will have only a very small impact, if any. There was only one
> qemu-iotest which used the option; since it is not critical, this patch
> just removes it.
> 
> Signed-off-by: Max Reitz <address@hidden>
> ---
>  qemu-io.c                  | 23 +++------------
>  tests/qemu-iotests/016     | 73 
> ----------------------------------------------
>  tests/qemu-iotests/016.out | 23 ---------------
>  tests/qemu-iotests/group   |  2 +-
>  4 files changed, 5 insertions(+), 116 deletions(-)
>  delete mode 100755 tests/qemu-iotests/016
>  delete mode 100644 tests/qemu-iotests/016.out
> 

> +++ b/tests/qemu-iotests/group
> @@ -22,7 +22,7 @@
>  013 rw auto
>  014 rw auto
>  015 rw snapshot auto
> -016 rw auto quick
> +# 016 was removed, do not reuse

Works for me.

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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