qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: Add --backing-chain option to


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 0/3] qemu-img: Add --backing-chain option to info command
Date: Mon, 15 Oct 2012 11:49:17 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121009 Thunderbird/16.0

On 10/15/2012 06:44 AM, Stefan Hajnoczi wrote:
> This series adds the --backing-chain option for enumerating the backing file
> chain.  Given the topmost image it will print qemu-img info information for
> each image file in the chain.
> 
> Special care needs to be taken when image files form an infinite loop.  This 
> is
> very unusual, most like due to malicious image files.  Nevertheless, qemu-img
> must be robust against invalid inputs so we explicit check for this.
> 
> Stefan Hajnoczi (3):
>   qemu-img: Add --backing-chain option to info command
>   qemu-img: Detect backing file chain infinite loops
>   qemu-iotests: Add 041 backing file chain infinite loop test
> 
>  qemu-img.c                   | 115 
> ++++++++++++++++++++++++++++++++++---------
>  tests/qemu-iotests/041       |  90 +++++++++++++++++++++++++++++++++
>  tests/qemu-iotests/041.out   |  81 ++++++++++++++++++++++++++++++
>  tests/qemu-iotests/common.rc |   9 ++++
>  tests/qemu-iotests/group     |   1 +
>  5 files changed, 274 insertions(+), 22 deletions(-)
>  create mode 100755 tests/qemu-iotests/041
>  create mode 100644 tests/qemu-iotests/041.out

Series: Reviewed-by: Eric Blake <address@hidden>
although you may need a file rename in patch 3/3

-- 
Eric Blake   address@hidden    +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]