Lines Matching refs:StreamError
54 class StreamError(Exception): class
161 raise StreamError("HVM-only param in PV stream")
216 raise StreamError("Unexpected extended info marker 0x%x" % (marker, ))
247 raise StreamError("Unable to determine guest width/level")
259 raise StreamError("Unrecognised extended block")
263 raise StreamError("Overshot Extended Info size by %d bytes" %
311 raise StreamError("Overly short libxl toolstack data")
317 raise StreamError("Cannot decode libxl toolstack version %u" % (ver, ))
323 raise StreamError("Remaining data too short for physmap header")
329 raise StreamError("No physmap info name")
336 raise StreamError("Remaining data too short for physmap name")
346 raise StreamError("physmap name not NUL terminated")
381 raise StreamError("Page batch (%d) exceeded MAX_BATCH (%d)" %
390 raise StreamError("Duplicate pfns in batch")
404 raise StreamError("Vcpu max_id out of range: %d > %d" %
518 raise StreamError("Unrecognised chunk %d" % (marker, ))
564 raise StreamError("No xl header")
618 except (IOError, StreamError):