Lines Matching refs:image
19 image used in Xen 4.4 and earlier (the _legacy format_).
22 image are native types such as `unsigned long` which have different
27 * There is no header identifying the image.
29 * The image has no version information.
33 ARM does not yet have have a domain save image format specified and
50 The image format consists of two main sections:
59 The image header describes the format of the image (version etc.).
81 Integer (numeric) fields in the image header are always in big-endian
85 endianness described in the image header (which will typically be the
96 The image header identifies an image as a Xen domain save image. It
97 includes the version of this specification that the image complies
108 one or more zero bits within the first 8 octets of the image.
110 Fields within the image header are always in _big-endian_ byte order,
173 xen_major The Xen major version when this image was saved.
175 xen_minor The Xen minor version when this image was saved.
249 31 set in their type. Restoring an image that has unrecognised or
261 An end record marks the end of the image, and shall be the final record
274 The bulk of an image consists of many PAGE_DATA records containing the
353 Restoring an image with unrecognised page types shall fail.
642 A typical save record for an x86 PV guest image would look like:
670 A typical save record for an x86 HVM guest image would look like:
687 translating the legacy format image into this new format.
693 distinguished by inspecting octets 4-7 in the image. If these are
694 zero then it is a 64-bit image.
715 All changes to the image or domain headers require the image version
724 The image header may only be extended by _appending_ additional