qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH for-3.1 v10 05/31] block: Respect backing bs in


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH for-3.1 v10 05/31] block: Respect backing bs in bdrv_refresh_filename
Date: Wed, 29 Aug 2018 11:44:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2018-08-28 15:26, Alberto Garcia wrote:
> On Thu 09 Aug 2018 11:35:02 PM CEST, Max Reitz wrote:
>> +    backing_overridden = bdrv_backing_overridden(bs);
>> +
>> +    if (bs->open_flags & BDRV_O_NO_IO) {
>> +        /* Without I/O, the backing file does not change anything.
>> +         * Therefore, in such a case (primarily qemu-img), we can
>> +         * pretend the backing file has not been overridden even if
>> +         * it technically has been. */
>> +        backing_overridden = false;
>> +    }
> 
> What is this for?

qemu-img info opens files with BDRV_O_NO_BACKING.  Without this check,
you'd get a json:{} filename with "backing": null.

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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