Searched defs:bochs_header (Results 1 – 1 of 1) sorted by relevance
46 struct bochs_header { struct47 char magic[32]; /* "Bochs Virtual HD Image" */48 char type[16]; /* "Redolog" */49 char subtype[16]; /* "Undoable" / "Volatile" / "Growing" */50 uint32_t version;51 uint32_t header; /* size of header */53 uint32_t catalog; /* num of entries */54 uint32_t bitmap; /* bitmap size */55 uint32_t extent; /* extent size */57 union {[all …]