Home
last modified time | relevance | path

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

/openbmc/qemu/block/monitor/
H A Dblock-hmp-cmds.c558 void hmp_qemu_io(Monitor *mon, const QDict *qdict) in hmp_qemu_io() function
/openbmc/qemu/tests/qemu-iotests/
H A Diotests.py932 def hmp_qemu_io(self, drive: str, cmd: str, member in VM