qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL for-2.1 21/24] block: add QAPI command to allow l


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL for-2.1 21/24] block: add QAPI command to allow live backing file change
Date: Tue, 01 Jul 2014 16:09:37 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/01/2014 02:48 AM, Stefan Hajnoczi wrote:
> From: Jeff Cody <address@hidden>
> 
> This allows a user to make a live change to the backing file recorded in
> an open image.
> 

> +
> +    /* final sanity check */
> +    if (!bdrv_chain_contains(bs, image_bs)) {
> +        error_setg(errp, "'%s' and image file are not in the same chain",
> +                   device);
> +        return;
> +    }

Phooey - this is not bisectable, because bdrv_chain_contains was only
introduced in 22/24.  But it's already been pulled, so nothing we can do
about it now.

-- 
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]