Lines Matching refs:StreamError
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"
160 raise StreamError("Reserved bits set in image options field: 0x%x"
164 raise StreamError("Reserved bits set in image header: 0x%04x:0x%08x"
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"
207 raise StreamError("Unrecognised record type 0x%x" % (rtype, ))
227 raise StreamError("Padding containing non0 bytes found")
256 raise StreamError("Reserved bits set in PAGE_DATA record 0x%04x"
305 raise StreamError("Reserved bits set in X86_PV_INFO: 0x%04x 0x%08x"
342 raise StreamError(
369 raise StreamError("Reserved bits set in TSC_INFO: 0x%08x"