Home
last modified time | relevance | path

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

/kvmtool/include/kvm/
H A Dqcow.h93 struct qcow1_header_disk { struct
94 u32 magic;
95 u32 version;
97 u64 backing_file_offset;
98 u32 backing_file_size;
99 u32 mtime;
101 u64 size; /* in bytes */
103 u8 cluster_bits;
104 u8 l2_bits;
105 u32 crypt_method;
[all …]