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,
169 xen_major The Xen major version when this image was saved.
171 xen_minor The Xen minor version when this image was saved.
251 31 set in their type. Restoring an image that has unrecognised or
263 An end record marks the end of the image, and shall be the final record
276 The bulk of an image consists of many PAGE_DATA records containing the
355 Restoring an image with unrecognised page types shall fail.
699 A typical save record for an x86 PV guest image would look like:
730 A typical save record for an x86 HVM guest image would look like:
765 translating the legacy format image into this new format.
771 distinguished by inspecting octets 4-7 in the image. If these are
772 zero then it is a 64-bit image.
793 All changes to the image or domain headers require the image version
802 The image header may only be extended by _appending_ additional