Expand description
Qcow2 implementation.
Modulesยง
- allocation ๐
- Cluster allocation.
- builder ๐
- Builders for opening and creating qcow2 images.
- cache ๐
- Provides functionality for the L2 and refblock caches.
- compressed ๐
- Support for compressed clusters.
- cow ๐
- Copy-on-write operations.
- io_func ๐
- Special I/O functions.
- mappings ๐
- Get and establish cluster mappings.
- metadata ๐
- Functionality for working with qcow2 metadata.
- preallocation ๐
- Implementation for preallocation.
- sync_
wrappers ๐ - Synchronous wrapper around qcow2 functions.
- types ๐
- Helper types.
Structsยง
- Qcow2
- Access qcow2 images.
- Qcow2
Create Builder - Options builder for creating (formatting) a qcow2 image.
- Qcow2
Open Builder - Options builder for opening a qcow2 image.