Lines Matching refs:StreamError
55 class StreamError(Exception): class
162 raise StreamError("HVM-only param in PV stream")
217 raise StreamError("Unexpected extended info marker 0x%x" % (marker, ))
248 raise StreamError("Unable to determine guest width/level")
260 raise StreamError("Unrecognised extended block")
264 raise StreamError("Overshot Extended Info size by %d bytes" %
312 raise StreamError("Overly short libxl toolstack data")
318 raise StreamError("Cannot decode libxl toolstack version %u" % (ver, ))
324 raise StreamError("Remaining data too short for physmap header")
330 raise StreamError("No physmap info name")
337 raise StreamError("Remaining data too short for physmap name")
347 raise StreamError("physmap name not NUL terminated")
382 raise StreamError("Page batch (%d) exceeded MAX_BATCH (%d)" %
391 raise StreamError("Duplicate pfns in batch")
405 raise StreamError("Vcpu max_id out of range: %d > %d" %
519 raise StreamError("Unrecognised chunk %d" % (marker, ))
565 raise StreamError("No xl header")
619 except (IOError, StreamError):