Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dbochs.c46 struct bochs_header { struct
47 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 …]