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 subclusters and this function will return the actual > value. > > Signed-off-by: Alberto Garcia > --- > block/qcow2.h | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Max Reitz