Searched refs:StreamError (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | libxc.py | 15 from xen.migration.verify import StreamError, RecordError, VerifyBase 148 raise StreamError("Bad image marker: Expected 0x%x, got 0x%x" 152 raise StreamError("Bad image id: Expected 0x%x, got 0x%x" 156 raise StreamError("Unknown image version: Expected %d, got %d" 169 raise StreamError( 183 raise StreamError("Unrecognised domain type 0x%x" % (gtype, )) 186 raise StreamError("Reserved bits set in domain header 0x%04x" 190 raise StreamError("Page shift expected to be 12. Got %d" 227 raise StreamError("Padding containing non0 bytes found") 342 raise StreamError( [all …]
|
A D | libxl.py | 14 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 D | verify.py | 10 class StreamError(StandardError): class
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 51 class StreamError(StandardError): class 158 raise StreamError("HVM-only param in PV stream") 253 raise StreamError("Unrecognised extended block") 257 raise StreamError("Overshot Extended Info size by %d bytes" 305 raise StreamError("Overly short libxl toolstack data") 323 raise StreamError("No physmap info name") 340 raise StreamError("physmap name not NUL terminated") 384 raise StreamError("Duplicate pfns in batch") 512 raise StreamError("Unrecognised chunk %d" % (marker,)) 558 raise StreamError("No xl header") [all …]
|
A D | verify-stream-v2 | 12 from xen.migration.verify import StreamError, RecordError 60 raise StreamError("No xl header") 84 except (IOError, StreamError, RecordError):
|
Completed in 6 milliseconds