Searched refs:qemu_nbd_popen (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 264 | 26 from iotests import qemu_img_create, file_path, qemu_nbd_popen 51 with qemu_nbd_popen('-k', nbd_sock, '-f', iotests.imgfmt, disk_b): 89 with qemu_nbd_popen('-k', nbd_sock, '-f', iotests.imgfmt, disk_b):
|
H A D | 302 | 36 qemu_nbd_popen, 84 with qemu_nbd_popen(
|
H A D | iotests.py | 517 def qemu_nbd_popen(*args): function
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-read-bitmap | 22 from iotests import qemu_nbd_popen, qemu_img_map, log, file_path 36 with qemu_nbd_popen('--read-only', f'--socket={nbd_sock}',
|