Home
last modified time | relevance | path

Searched refs:StreamError (Results 1 – 5 of 5) sorted by relevance

/xen/tools/python/xen/migration/
A Dlibxc.py15 from xen.migration.verify import StreamError, RecordError, VerifyBase
156 raise StreamError("Bad image id: Expected 0x%x, got 0x%x" %
160 raise StreamError(
171 raise StreamError(
177 raise StreamError(
192 raise StreamError("Unrecognised domain type 0x%x" % (gtype, ))
199 raise StreamError("Page shift expected to be 12. Got %d" %
236 raise StreamError("Padding containing non0 bytes found")
266 raise StreamError(
315 raise StreamError(
[all …]
A Dlibxl.py14 from xen.migration.verify import StreamError, RecordError, VerifyBase
93 raise StreamError("Bad image id: Expected 0x%x, got 0x%x" %
97 raise StreamError("Unknown image version: Expected %d, got %d" %
101 raise StreamError("Reserved bits set in image options field: 0x%x" %
106 raise StreamError(
122 raise StreamError("Unrecognised record type %x" % (rtype, ))
132 raise StreamError("Padding containing non0 bytes found")
A Dverify.py10 class StreamError(Exception): class
/xen/tools/python/scripts/
A Dconvert-legacy-stream54 class StreamError(Exception): class
161 raise StreamError("HVM-only param in PV stream")
259 raise StreamError("Unrecognised extended block")
263 raise StreamError("Overshot Extended Info size by %d bytes" %
311 raise StreamError("Overly short libxl toolstack data")
329 raise StreamError("No physmap info name")
346 raise StreamError("physmap name not NUL terminated")
390 raise StreamError("Duplicate pfns in batch")
518 raise StreamError("Unrecognised chunk %d" % (marker, ))
564 raise StreamError("No xl header")
[all …]
A Dverify-stream-v215 from xen.migration.verify import StreamError, RecordError
63 raise StreamError("No xl header")
87 except (IOError, StreamError, RecordError):

Completed in 8 milliseconds