Home
last modified time | relevance | path

Searched refs:qemu_img_map (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dblock-status-cache25 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 Dparallels-read-bitmap22 from iotests import qemu_nbd_popen, qemu_img_map, log, file_path
38 chunks = qemu_img_map('--image-opts', nbd_opts)
/openbmc/qemu/tests/qemu-iotests/
H A D21162 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 D04127 from iotests import qemu_img, qemu_img_map, qemu_io
1311 target_map = qemu_img_map(target_img)
H A Diotests.py321 def qemu_img_map(*args: str) -> Any: function