Searched refs:QemuIoInteractive (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 205 | 26 from iotests import qemu_img_create, qemu_io, filter_qemu_io, QemuIoInteractive 104 qio = QemuIoInteractive('-r', '-f', 'raw', nbd_uri) 126 qio = QemuIoInteractive('-r', '-f', 'raw', nbd_uri) 138 qio = QemuIoInteractive('-r', '-f', 'raw', nbd_uri)
|
H A D | 307 | 117 qemu_io = iotests.QemuIoInteractive('-f', 'raw', nbd_url) 134 qemu_io = iotests.QemuIoInteractive('-f', 'raw', nbd_url)
|
H A D | 299 | 60 p = iotests.QemuIoInteractive('-f', 'raw', nbd_uri)
|
H A D | 298 | 56 p = iotests.QemuIoInteractive('--image-opts', drive_opts)
|
H A D | iotests.py | 373 class QemuIoInteractive: class
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | iothreads-nbd-export | 54 qemu_io = iotests.QemuIoInteractive('-f', 'raw',
|
H A D | vvfat | 98 self.qio = iotests.QemuIoInteractive("-f", "raw", nbd_uri)
|