Lines Matching refs:StreamError
51 class StreamError(StandardError): class
158 raise StreamError("HVM-only param in PV stream")
210 raise StreamError("Unexpected extended info marker 0x%x" % (marker, ))
241 raise StreamError("Unable to determine guest width/level")
253 raise StreamError("Unrecognised extended block")
257 raise StreamError("Overshot Extended Info size by %d bytes"
305 raise StreamError("Overly short libxl toolstack data")
311 raise StreamError("Cannot decode libxl toolstack version %u" % (ver, ))
317 raise StreamError("Remaining data too short for physmap header")
323 raise StreamError("No physmap info name")
330 raise StreamError("Remaining data too short for physmap name")
340 raise StreamError("physmap name not NUL terminated")
375 raise StreamError("Page batch (%d) exceeded MAX_BATCH (%d)"
384 raise StreamError("Duplicate pfns in batch")
398 raise StreamError("Vcpu max_id out of range: %d > %d"
512 raise StreamError("Unrecognised chunk %d" % (marker,))
558 raise StreamError("No xl header")
608 except (IOError, StreamError):