Home
last modified time | relevance | path

Searched defs:qmp (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/scripts/
H A Drender_block_graph.py40 def render_block_graph(qmp, filename, format='png'): argument
116 qmp = QEMUMonitorProtocol(obj) variable
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-resize49 qmp() { function
/openbmc/qemu/tests/qtest/
H A Dlibqmp.c47 QMPResponseParser *qmp = opaque; in qmp_response() local
64 QMPResponseParser qmp; in qmp_fd_receive() local
H A Dlibqtest-single.h60 static inline QDict *qmp(const char *fmt, ...) in qmp() function
/openbmc/qemu/tests/vm/
H A Dbasevm.py465 def qmp(self, *args, **kwargs): member in BaseVM
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py694 def qmp(self, cmd: str, member in QEMUMachine
/openbmc/qemu/
H A Dmeson.build4112 libqmp = static_library('qmp', qmp_ss.sources() + genh, global() build
4116 qmp = declare_dependency(objects: libqmp.extract_all_objects(recursive: false), global() variable
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py460 def qmp(self, cmd: str, args: Optional[Dict[str, object]] = None) \ member in QemuStorageDaemon