Home
last modified time | relevance | path

Searched defs:qcow2_header_disk (Results 1 – 1 of 1) sorted by relevance

/kvmtool/include/kvm/
H A Dqcow.h110 struct qcow2_header_disk { struct
111 u32 magic;
112 u32 version;
114 u64 backing_file_offset;
115 u32 backing_file_size;
117 u32 cluster_bits;
118 u64 size; /* in bytes */
119 u32 crypt_method;
121 u32 l1_size;
122 u64 l1_table_offset;
[all …]