Features/QED

From QEMU
Revision as of 14:57, 24 August 2010 by Stefanha (talk | contribs) (Created page with '=Specification= The file format looks like this: +--------+--------------+---------+---------+-----+ | header | extent table | extent0 | extent1 | ... | +--------+----------…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Specification

The file format looks like this:

+--------+--------------+---------+---------+-----+
| header | extent table | extent0 | extent1 | ... |
+--------+--------------+---------+---------+-----+

Header

Header {
    uint32_t magic;      /* COW2 */
    uint32_t chunk_size; /* in bytes */
    uint64_t max_chunks; /* total image size in bytes = max_chunks * chunks_size */
}

Extent table

Operations