Modulesยง
- qcow_raw_file ๐
- refcount ๐
- vec_cache ๐
Structsยง
- 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 ๐
- Contains the information from the header of a qcow file.
Enumsยง
Constantsยง
- CLUSTER_USED_FLAG ๐
- COMPRESSED_FLAG ๐
- DEFAULT_CLUSTER_BITS ๐
- L1_TABLE_OFFSET_MASK ๐
- L2_TABLE_OFFSET_MASK ๐
- MAX_CLUSTER_BITS ๐
- MAX_QCOW_FILE_SIZE ๐
- MIN_CLUSTER_BITS ๐
- V3_BARE_HEADER_SIZE ๐
Functionsยง
- read_u16_from_file ๐
- read_u32_from_file ๐
- read_u64_from_file ๐