Module qcow

Source

Modulesยง

qcow_raw_file ๐Ÿ”’
refcount ๐Ÿ”’
vec_cache ๐Ÿ”’

Structsยง

QcowFile
Represents a qcow2 file. This is a sparse file format maintained by the qemu project. Full documentation of the format can be found in the qemu repository.
QcowFileInner ๐Ÿ”’
QcowHeader
Contains the information from the header of a qcow file.

Enumsยง

Error

Constantsยง

CLUSTER_USED_FLAG ๐Ÿ”’
COMPATIBLE_FEATURES_LAZY_REFCOUNTS ๐Ÿ”’
COMPRESSED_FLAG ๐Ÿ”’
DEFAULT_CLUSTER_BITS ๐Ÿ”’
DEFAULT_REFCOUNT_ORDER ๐Ÿ”’
L1_TABLE_OFFSET_MASK ๐Ÿ”’
L2_TABLE_OFFSET_MASK ๐Ÿ”’
MAX_BACKING_FILE_SIZE ๐Ÿ”’
MAX_CLUSTER_BITS ๐Ÿ”’
MAX_QCOW_FILE_SIZE ๐Ÿ”’
MAX_RAM_POINTER_TABLE_SIZE ๐Ÿ”’
MIN_CLUSTER_BITS ๐Ÿ”’
QCOW_EMPTY_HEADER_EXTENSION_SIZE ๐Ÿ”’
QCOW_MAGIC
V3_BARE_HEADER_SIZE ๐Ÿ”’

Functionsยง

max_refcount_clusters ๐Ÿ”’
offset_is_cluster_boundary ๐Ÿ”’
read_u16_from_file ๐Ÿ”’
read_u32_from_file ๐Ÿ”’
read_u64_from_file ๐Ÿ”’

Type Aliasesยง

Result