Re: [RFC PATCH v3 06/27] qcow2: Add dummy has_subclusters() function

2020-02-20 Thread Max Reitz
On 22.12.19 12:36, Alberto Garcia wrote: > This function will be used by the qcow2 code to check if an image has > subclusters or not. > > At the moment this simply returns false. Once all patches needed for > subcluster support are ready then QEMU will be able to create and > read images with

Re: [RFC PATCH v3 06/27] qcow2: Add dummy has_subclusters() function

2020-02-20 Thread Eric Blake
On 12/22/19 5:36 AM, Alberto Garcia wrote: This function will be used by the qcow2 code to check if an image has subclusters or not. At the moment this simply returns false. Once all patches needed for subcluster support are ready then QEMU will be able to create and read images with

[RFC PATCH v3 06/27] qcow2: Add dummy has_subclusters() function

2019-12-22 Thread Alberto Garcia
This function will be used by the qcow2 code to check if an image has subclusters or not. At the moment this simply returns false. Once all patches needed for subcluster support are ready then QEMU will be able to create and read images with subclusters and this function will return the actual