Home
last modified time | relevance | path

Searched refs:RecordError (Results 1 – 4 of 4) sorted by relevance

/xen/tools/python/xen/migration/
A Dlibxc.py15 from xen.migration.verify import StreamError, RecordError, VerifyBase
252 raise RecordError("End record with non-zero length")
260 raise RecordError(
271 raise RecordError(
294 raise RecordError("Expected %u + %u + %u, got %u" %
343 raise RecordError(
377 raise RecordError("Length should be %u bytes" % (sz, ))
393 raise RecordError("Zero length HVM context")
415 raise RecordError("Length should be %u bytes" % (sz, ))
427 raise RecordError("Verify record with non-zero length")
[all …]
A Dlibxl.py14 from xen.migration.verify import StreamError, RecordError, VerifyBase
148 raise RecordError("End record with non-zero length")
155 raise RecordError("Libxc context record with non-zero length")
166 raise RecordError("Length must be at least %d bytes, got %d" %
172 raise RecordError("Unrecognised emulator id 0x%x" % (emu_id, ))
183 raise RecordError("Data not NUL terminated")
189 raise RecordError("Expected an even number of strings, got %d" %
201 raise RecordError("Length must be at least %d bytes, got %d" %
207 raise RecordError("Unrecognised emulator id 0x%x" % (emu_id, ))
216 raise RecordError("Checkpoint end record with non-zero length")
[all …]
A Dverify.py14 class RecordError(Exception): class
/xen/tools/python/scripts/
A Dverify-stream-v215 from xen.migration.verify import StreamError, RecordError
87 except (IOError, StreamError, RecordError):

Completed in 10 milliseconds