libvirt/src/storage_file
Pavel Hrdina 93344aed27 storage_file: add support to probe cluster_size from QCOW2 images
From QEMU docs/interop/qcow2.txt :

   Byte  20 - 23:   cluster_bits
                    Number of bits that are used for addressing an offset
                    within a cluster (1 << cluster_bits is the cluster size).

With this patch libvirt will be able to report the current cluster_size
for all existing storage volumes managed by storage driver.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-05-21 14:00:55 +02:00
..
meson.build storage_source: Move backing store parsers into new file 2021-01-27 07:49:57 +01:00
storage_file_backend_fs.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend_fs.h
storage_file_backend_gluster.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend_gluster.h
storage_file_backend.c lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_backend.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_file_probe.c storage_file: add support to probe cluster_size from QCOW2 images 2021-05-21 14:00:55 +02:00
storage_file_probe.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source_backingstore.c Replace AbsPath judgement method with g_path_is_absolute() 2021-04-21 10:02:09 +02:00
storage_source_backingstore.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
storage_source.c Replace AbsPath judgement method with g_path_is_absolute() 2021-04-21 10:02:09 +02:00
storage_source.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00