Expand description
Functionality for working with qcow2 metadata.
Structsยง
- Atomic
L2Entry ๐ - Internal actual type of L2 entries.
- Header ๐
- Integrated header representation.
- Header
Extension ๐Header - Header for a header extension.
- L1Entry ๐
- L1 table entry.
- L1Table ๐
- L1 table.
- L2Entry ๐
- L2 table entry.
- L2Table ๐
- L2 table.
- L2Table
Write ๐Guard - Write guard for an L2 table.
- RefBlock ๐
- Refcount block.
- RefBlock
Write ๐Guard - Write guard for a refblock.
- RefTable ๐
- Refcount table.
- RefTable
Entry ๐ - Refcount table entry.
- V2Header ๐
- Qcow2 v2 header.
- V3Header
Base ๐ - Qcow2 v3 header.
Enumsยง
- Autoclear
Features ๐ - Autoclear feature bits.
- Compatible
Features ๐ - Compatible feature bits.
- Feature
Type ๐ - Feature type ID for the feature name table.
- Header
Extension ๐ - Header extensions (high-level representation).
- Header
Extension ๐Type - Extension type IDs.
- Incompatible
Features ๐ - Incompatible feature bits.
- L2Mapping ๐
- High-level representation of an L2 entry.
Constantsยง
- MAGIC ๐
- Qcow header magic (โQFI\xfbโ).
- MAX_
CLUSTER_ ๐SIZE - Maximum cluster size.
- MAX_
FILE_ ๐LENGTH - Maximum file length.
- MAX_
OFFSET ๐ - Maximum permissible host offset.
- MAX_
REFCOUNT_ ๐WIDTH - Maximum number of bits per refcount entry.
- MIN_
CLUSTER_ ๐SIZE - Minimum cluster size.
- MIN_
REFCOUNT_ ๐WIDTH - Minimum number of bits per refcount entry.
Traitsยง
- Table
- Generic trait for qcow2 metadata tables (L1, L2, refcount table).
- Table
Entry - Generic trait for qcow2 table entries (L1, L2, refcount table).
Functionsยง
- check_
table ๐ - Check whether the given table offset/size is valid.