Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/utils/
H A Dqom_common.py31 from qemu.qmp.legacy import QEMUMonitorProtocol
83 self.qmp = QEMUMonitorProtocol(
84 QEMUMonitorProtocol.parse_address(args.socket)
H A Dqemu_ga_client.py54 from qemu.qmp.legacy import QEMUMonitorProtocol
64 class QemuGuestAgent(QEMUMonitorProtocol):
/openbmc/qemu/scripts/
H A Drender_block_graph.py29 from qemu.qmp.legacy import QEMUMonitorProtocol
116 qmp = QEMUMonitorProtocol(obj)
H A Dcpu-x86-uarch-abi.py9 from qemu.qmp.legacy import QEMUMonitorProtocol
69 shell = QEMUMonitorProtocol(sock)
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py45 QEMUMonitorProtocol,
182 self._qmp_connection: Optional[QEMUMonitorProtocol] = None
349 self._qmp_connection = QEMUMonitorProtocol(
681 def _qmp(self) -> QEMUMonitorProtocol:
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py110 QEMUMonitorProtocol,
171 class QMPShell(QEMUMonitorProtocol):
H A Dlegacy.py66 class QEMUMonitorProtocol: class
H A Dqmp_tui.py39 from .legacy import QEMUMonitorProtocol, QMPBadPortError
637 address = QEMUMonitorProtocol.parse_address(args.qmp_server)
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py41 from qemu.qmp.legacy import QMPMessage, QMPReturnValue, QEMUMonitorProtocol
422 _qmp: Optional[QEMUMonitorProtocol] = None
439 self._qmp = QEMUMonitorProtocol(self._qmpsock, server=True)
465 def get_qmp(self) -> QEMUMonitorProtocol:
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py331 from qmp.legacy import QEMUMonitorProtocol
332 self.qmp = QEMUMonitorProtocol(os.path.basename(qmp_port))