Home
last modified time | relevance | path

Searched refs:QMPShellError (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py143 class QMPShellError(QMPError): class
267 raise QMPShellError(
279 raise QMPShellError(msg.format('.'.join(curpath)))
285 raise QMPShellError(msg.format('.'.join(curpath)))
286 raise QMPShellError(f'Cannot set "{key}" multiple times')
311 raise QMPShellError(msg)
347 except QMPShellError as err: