Searched refs:RecordError (Results 1 – 4 of 4) 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 242 raise RecordError("End record with non-zero length") 270 raise RecordError("Reserved bits set in pfn[%d]: 0x%016x", 284 raise RecordError("Expected %u + %u + %u, got %u" 293 raise RecordError("x86_pv_info: expected length of %d, got %d" 354 raise RecordError("Length expected to be 4906 bytes, not %d" 364 raise RecordError("Length should be %u bytes" % (sz, )) 380 raise RecordError("Zero length HVM context") 402 raise RecordError("Length should be %u bytes" % (sz, )) 414 raise RecordError("Verify record with non-zero length") [all …]
|
A D | libxl.py | 14 from xen.migration.verify import StreamError, RecordError, VerifyBase 147 raise RecordError("End record with non-zero length") 154 raise RecordError("Libxc context record with non-zero length") 165 raise RecordError("Length must be at least %d bytes, got %d" 171 raise RecordError("Unrecognised emulator id 0x%x" % (emu_id, )) 182 raise RecordError("Data not NUL terminated") 188 raise RecordError("Expected an even number of strings, got %d" 200 raise RecordError("Length must be at least %d bytes, got %d" 206 raise RecordError("Unrecognised emulator id 0x%x" % (emu_id, )) 215 raise RecordError("Checkpoint end record with non-zero length") [all …]
|
A D | verify.py | 14 class RecordError(StandardError): class
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | verify-stream-v2 | 12 from xen.migration.verify import StreamError, RecordError 84 except (IOError, StreamError, RecordError):
|
Completed in 4 milliseconds