Searched defs:qmp (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/scripts/ |
H A D | render_block_graph.py | 40 def render_block_graph(qmp, filename, format='png'): argument 116 qmp = QEMUMonitorProtocol(obj) variable
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-resize | 49 qmp() { function
|
/openbmc/qemu/tests/qtest/ |
H A D | libqmp.c | 47 QMPResponseParser *qmp = opaque; in qmp_response() local 64 QMPResponseParser qmp; in qmp_fd_receive() local
|
H A D | libqtest-single.h | 60 static inline QDict *qmp(const char *fmt, ...) in qmp() function
|
/openbmc/qemu/tests/vm/ |
H A D | basevm.py | 465 def qmp(self, *args, **kwargs): member in BaseVM
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 694 def qmp(self, cmd: str, member in QEMUMachine
|
/openbmc/qemu/ |
H A D | meson.build | 4112 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 D | iotests.py | 460 def qmp(self, cmd: str, args: Optional[Dict[str, object]] = None) \ member in QemuStorageDaemon
|