Lines Matching refs:RecordError
15 from xen.migration.verify import StreamError, RecordError, VerifyBase
242 raise RecordError("End record with non-zero length")
250 raise RecordError("PAGE_DATA record must be at least %d bytes long"
261 raise RecordError("PAGE_DATA record must contain a pfn record for "
270 raise RecordError("Reserved bits set in pfn[%d]: 0x%016x",
274 raise RecordError("Invalid type value 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"
299 raise RecordError("Expected width of 4 or 8, got %d" % (width, ))
302 raise RecordError("Expected levels of 3 or 4, got %d" % (levels, ))
316 raise RecordError("x86_pv_p2m_frames: record length must be at"
320 raise RecordError("Length expected to be a multiple of 8, not %d"
332 raise RecordError("X86_PV_VCPU_%s record length must be at least %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")
389 raise RecordError("Length should be at least %u bytes" % (sz, ))
394 raise RecordError("Reserved field not zero (0x%04x)" % (rsvd, ))
402 raise RecordError("Length should be %u bytes" % (sz, ))
414 raise RecordError("Verify record with non-zero length")
421 raise RecordError("Checkpoint record with non-zero length")
425 raise RecordError("Found checkpoint dirty pfn list record in stream")