Searched refs:qemu_img_map (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | block-status-cache | 25 from iotests import qemu_img_create, qemu_img_map, qemu_nbd 79 map_pre = qemu_img_map('--image-opts', nbd_img_opts) 113 qemu_img_map('--image-opts', nbd_img_opts_alloc_depth) 118 map_post = qemu_img_map('--image-opts', nbd_img_opts)
|
H A D | parallels-read-bitmap | 22 from iotests import qemu_nbd_popen, qemu_img_map, log, file_path 38 chunks = qemu_img_map('--image-opts', nbd_opts)
|
H A D | backup-discard-source | 25 from iotests import qemu_img_create, qemu_img_map, qemu_io 97 mapping = qemu_img_map(temp_img)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 211 | 62 iotests.log(iotests.qemu_img_map(disk_path)) 86 iotests.log(iotests.qemu_img_map(disk_path)) 110 iotests.log(iotests.qemu_img_map(disk_path))
|
H A D | 041 | 27 from iotests import qemu_img, qemu_img_map, qemu_io 1311 target_map = qemu_img_map(target_img)
|
H A D | iotests.py | 321 def qemu_img_map(*args: str) -> Any: function
|