Lines Matching refs:of

10 For the purposes of this document, `xl` is used as a representation of any
11 implementer of the `libxl` API. `xl` should be considered completely
17 The _domain image format_ is the context of a running domain used for
18 snapshots of a domain or for transferring domains between hosts during
21 There are a number of problems with the domain image format used in Xen 4.5
25 pieces of `libxl` context itself.
27 * The contents of the stream is passed directly through `libxl` to `libxc`.
52 The image format consists of a _Header_, followed by 1 or more _Records_.
53 Each record consists of a type and length field, followed by any type-specific
61 The header identifies the stream as a `libxl` stream, including the version of
64 All fields in this header shall be in _big-endian_ byte order, regardless of
65 the setting of the endianness bit.
79 version 0x00000002. The version of this specification.
99 `length` is not a multiple of 8, the body is padded with zeroes to align the
100 end of the record on an 8 octet boundary.
132 body_length Length in octets of the record body.
134 body Content of the record.
136 padding 0 to 7 octets of zeros to pad the whole record to a multiple
137 of 8 octets.
158 emulator_id 0x00000000: Unknown (In the case of a legacy stream)
166 index Index of this emulator for the domain.
177 A end record marks the end of the image, and shall be the final record
198 [^1]: The sending side cannot calculate ahead of time how much data `libxc`
200 of data is partially proportional to the elapsed time.
205 A set of xenstore key/value pairs for a specific emulator associated with the
216 Xenstore key/value data are encoded as a packed sequence of (key, value)
217 tuples. Each (key, value) tuple is a packed pair of NUL terminated octets,
222 domain. At the time of writing, keys are relative to the path
248 A checkpoint end record marks the end of a checkpoint in the image.
270 control_id 0x00000000: Secondary VM is out of sync, start a new checkpoint