Module qcow2

Source
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.
Qcow2CreateBuilder
Options builder for creating (formatting) a qcow2 image.
Qcow2OpenBuilder
Options builder for opening a qcow2 image.