Home
last modified time | relevance | path

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

/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py171 class QMPShell(QEMUMonitorProtocol): class
424 class HMPShell(QMPShell):
508 QMPShell.show_banner(self, msg)
542 shell_class = HMPShell if args.hmp else QMPShell
591 shell_class = HMPShell if args.hmp else QMPShell