qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v8 33/34] qcow2: Assert that expand_zero_clusters_in_l1() doe


From: Alberto Garcia
Subject: Re: [PATCH v8 33/34] qcow2: Assert that expand_zero_clusters_in_l1() does not support subclusters
Date: Thu, 11 Jun 2020 15:24:30 +0200
User-agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 (i586-pc-linux-gnu)

On Wed 10 Jun 2020 09:43:53 PM CEST, Eric Blake wrote:
> On 6/10/20 10:03 AM, Alberto Garcia wrote:
>> This function is only used by qcow2_expand_zero_clusters() to
>> downgrade a qcow2 image to a previous version. It is however not
>> possible to downgrade an image with extended L2 entries because older
>> versions of qcow2 do not have this feature.
>
> Well, it _is_ possible, but it would involve rewriting the entire
> L1/L2 tables (including all internal snapshots)

Right :-) Let's try this way:

    This function is only used by qcow2_expand_zero_clusters() to
    downgrade a qcow2 image to a previous version. This would require
    transforming all extended L2 entries into normal L2 entries but
    this is not a simple task and there are no plans to implement this
    at the moment.

Berto



reply via email to

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