On 22.12.19 12:37, Alberto Garcia wrote:
> Now that the implementation of subclusters is complete we can finally
> add the necessary options to create and read images with this feature,
> which we call "extended L2 entries".
>
> Signed-off-by: Alberto Garcia
> ---
> block/qcow2.c
On Thu 20 Feb 2020 03:12:19 PM CET, Eric Blake wrote:
>> +{
>> +.type = QCOW2_FEAT_TYPE_INCOMPATIBLE,
>> +.bit = QCOW2_INCOMPAT_EXTL2_BITNR,
>> +.name = "extended L2 entries",
>> +},
>
> I'd sort this to be grouped with the ot
On 12/22/19 5:37 AM, Alberto Garcia wrote:
Now that the implementation of subclusters is complete we can finally
add the necessary options to create and read images with this feature,
which we call "extended L2 entries".
Signed-off-by: Alberto Garcia
---
Preliminary review on just interface i
Now that the implementation of subclusters is complete we can finally
add the necessary options to create and read images with this feature,
which we call "extended L2 entries".
Signed-off-by: Alberto Garcia
---
block/qcow2.c| 65 ++--
block/qcow2.h