Searched refs:StreamError (Results 1 – 5 of 5) sorted by relevance
| /xen/tools/python/xen/migration/ |
| A D | libxc.py | 14 from xen.migration.verify import StreamError, RecordError, VerifyBase 155 raise StreamError("Bad image id: Expected 0x%x, got 0x%x" % 159 raise StreamError( 170 raise StreamError( 176 raise StreamError( 191 raise StreamError("Unrecognised domain type 0x%x" % (gtype, )) 198 raise StreamError("Page shift expected to be 12. Got %d" % 235 raise StreamError("Padding containing non0 bytes found") 265 raise StreamError( 314 raise StreamError( [all …]
|
| A D | libxl.py | 13 from xen.migration.verify import StreamError, RecordError, VerifyBase 92 raise StreamError("Bad image id: Expected 0x%x, got 0x%x" % 96 raise StreamError("Unknown image version: Expected %d, got %d" % 100 raise StreamError("Reserved bits set in image options field: 0x%x" % 105 raise StreamError( 121 raise StreamError("Unrecognised record type %x" % (rtype, )) 131 raise StreamError("Padding containing non0 bytes found")
|
| A D | verify.py | 9 class StreamError(Exception): class
|
| /xen/tools/python/scripts/ |
| A D | convert-legacy-stream | 55 class StreamError(Exception): class 162 raise StreamError("HVM-only param in PV stream") 260 raise StreamError("Unrecognised extended block") 264 raise StreamError("Overshot Extended Info size by %d bytes" % 312 raise StreamError("Overly short libxl toolstack data") 330 raise StreamError("No physmap info name") 347 raise StreamError("physmap name not NUL terminated") 391 raise StreamError("Duplicate pfns in batch") 519 raise StreamError("Unrecognised chunk %d" % (marker, )) 565 raise StreamError("No xl header") [all …]
|
| A D | verify-stream-v2 | 15 from xen.migration.verify import StreamError, RecordError 63 raise StreamError("No xl header") 87 except (IOError, StreamError, RecordError):
|
Completed in 11 milliseconds