Lines Matching refs:Exception
62 raise Exception("Unexpected end of %s at 0x%x" % (self.filename, self.file.tell()))
96 raise Exception("No Debug Migration device found")
122 raise Exception("Unknown RAM version %d" % version_id)
208 raise Exception("XBZRLE RAM compression is not supported yet")
210 raise Exception("RAM hooks don't make sense with files")
219 raise Exception("Unknown RAM flags: %x" % flags)
232 raise Exception("Unknown HTAB version %d" % version_id)
272 raise Exception("Unknown storage_attributes version %d" % version_id)
294 raise Exception("Unknown flags %x", flags)
297 raise Exception("Error in migration stream")
322 raise Exception("Number of capabilities doesn't match "
471 raise Exception("No fields in struct. VMSD:\n%s" % self.desc)
528 …raise Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell…
533 raise Exception("Empty description for subsection: %s" % name)
644 raise Exception("Invalid file magic %x" % data)
649 raise Exception("Invalid version number %d" % data)
691 … raise Exception("Mismatched section footer: %x vs %x" % (read_section_id, section_id))
693 raise Exception("Unknown section type: %d" % section_type)
701 raise Exception("vmstate for device %s has no fields" % device['name'])
731 raise Exception("Please specify either -x, -d state or -d desc")
759 except Exception:
760 raise Exception("Full JSON dump:\n%s", dump.vmsd_json)