Home
last modified time | relevance | path

Searched refs:Exception (Results 1 – 25 of 46) sorted by relevance

12

/qemu/tests/tcg/i386/
H A Dtest-avx.py74 raise Exception("bad reg_w %d" % w)
90 raise Exception()
98 raise Exception("Bad /m width: %s" % w)
112 raise Exception("Bad mem width: %s" % mw)
128 raise Exception("Bad vsib width: %s" % w)
143 raise Exception("Unknown immediate")
158 raise Exception("Bad r/w width: %s" % w)
160 raise Exception("Bad r/w width: %s" % w)
175 raise Exception("Bad mem width: %s" % w)
180 class SkipInstruction(Exception):
[all …]
H A Dtest-mmx.py41 raise Exception("bad reg_w %d" % w)
53 raise Exception()
62 raise Exception("Bad /m width: %s" % w)
82 raise Exception("Unknown immediate")
97 raise Exception("Bad r/w width: %s" % w)
99 raise Exception("Bad r/w width: %s" % w)
114 raise Exception("Bad mem width: %s" % w)
119 class SkipInstruction(Exception):
127 raise Exception("Expected /m: %s", arg)
137 raise Exception("Expected /m: %s", arg)
[all …]
/qemu/scripts/
H A Danalyze-migration.py93 raise Exception("No Debug Migration device found")
119 raise Exception("Unknown RAM version %d" % version_id)
207 raise Exception("RAM hooks don't make sense with files")
216 raise Exception("Unknown RAM flags: %x" % flags)
229 raise Exception("Unknown HTAB version %d" % version_id)
281 raise Exception("Error in migration stream")
306 raise Exception("Number of capabilities doesn't match "
585 raise Exception("Invalid file magic %x" % data)
590 raise Exception("Invalid version number %d" % data)
634 raise Exception("Unknown section type: %d" % section_type)
[all …]
H A Ddevice-crash-test257 raise Exception("this should never happen")
329 except Exception:
371 except Exception as this_exc:
H A Dfeature_to_c.py78 raise Exception(f'unexpected event: {event}\n')
/qemu/scripts/ci/
H A Dgitlab-pipeline-status26 class CommunicationFailure(Exception):
30 class NoPipelineFound(Exception):
177 except Exception as error: # pylint: disable=W0703
/qemu/tests/lcitool/
H A Drefresh39 except Exception as ex:
49 raise Exception("Failed to generate %s: %s" % (filename, lcitool.stderr))
227 except Exception as ex:
/qemu/target/hexagon/
H A Dgen_decodetree.py132 raise Exception(f"{tag} missing register field!")
134 raise Exception(f"{tag} has split register field!")
137 raise Exception(f"{tag} has incorrect register field width!")
/qemu/tests/vm/
H A Dbasevm.py182 raise Exception("ssh key file not found.")
185 raise Exception("ssh pub key file not found.")
194 raise Exception("self.login_prompt not defined")
250 raise Exception("SSH command failed: %s" % cmd)
319 raise Exception("Cannot find ssh port from 'info usernet':\n%s" % \
453 raise Exception("Timeout while waiting for guest ssh")
550 raise Exception("config file {} does not exist".format(config_file))
569 raise Exception("config file {} is not valid"\
667 except Exception as e:
/qemu/tests/qemu-iotests/
H A D25698 raise Exception(ret['error']['desc'])
120 raise Exception(ret['error']['desc'])
H A D14978 raise Exception("No password found")
126 raise Exception(msg)
192 raise Exception(msg)
219 except Exception as e:
H A D09337 raise Exception("Device not found for blockstats: %s" % device)
300 raise Exception("No group information found for '%s'" % device)
/qemu/scripts/tracetool/format/
H A Dlog_stap.py32 raise Exception("Unhandled macro '%s'" % macro)
47 raise Exception("Unexpected escape outside string literal")
/qemu/python/qemu/qmp/
H A Derror.py34 class QMPError(Exception):
H A Dprotocol.py82 def __init__(self, error_message: str, exc: Exception): argument
87 self.exc: Exception = exc
455 if isinstance(err, Exception):
835 except Exception: # pylint: disable=broad-except
H A Dqmp_tui.py211 except Exception as err:
274 except Exception as err:
399 except Exception as err:
/qemu/scripts/qapi/
H A Derror.py25 class QAPIError(Exception):
/qemu/scripts/simplebench/
H A Dimg_bench_templater.py42 except Exception:
H A Dbench_prealloc.py40 except Exception:
/qemu/python/qemu/machine/
H A Dmachine.py56 class QEMUMachineError(Exception):
397 except Exception as err: # pylint: disable=broad-except
459 if isinstance(exc, Exception):
611 except Exception as exc:
/qemu/tests/migration/guestperf/
H A Dengine.py210 raise Exception("dirty ring size must be configured when "
434 raise Exception("Running use unix migration transport for non-local host")
489 except Exception as e:
H A Dshell.py194 except Exception as e:
241 except Exception as e:
/qemu/tests/image-fuzzer/
H A Drunner.py68 class Alarm(Exception):
99 class TestException(Exception):
/qemu/tests/docker/
H A Ddocker.py92 raise Exception("Cannot find working engine command. Tried:\n%s" %
354 except Exception:
627 except Exception:
/qemu/linux-headers/LICENSES/exceptions/
H A DLinux-syscall-note1 SPDX-Exception-Identifier: Linux-syscall-note

12