Home
last modified time | relevance | path

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

/external/qemu/block/
Dbochs.c42 struct bochs_header_v1 { struct
43 char magic[32]; // "Bochs Virtual HD Image"
44 char type[16]; // "Redolog"
45 char subtype[16]; // "Undoable" / "Volatile" / "Growing"
46 uint32_t version;
47 uint32_t header; // size of header
49 union {
58 } extra;