Home
last modified time | relevance | path

Searched defs:hmp (Results 1 – 2 of 2) sorted by relevance

/qemu/monitor/
H A Dqmp-cmds.c166 MonitorHMP hmp = {}; in qmp_human_monitor_command() local
/qemu/tests/qemu-iotests/
H A Diotests.py930 def hmp(self, command_line: str, use_log: bool = False) -> QMPMessage: member in VM