Searched refs:drv_qcow2 (Results 1 – 2 of 2) sorted by relevance
26 from bench_block_job import bench_block_copy, drv_file, drv_nbd, drv_qcow262 source = drv_qcow2(drv_file(dirs[src] + '/test-source.qcow2'))82 target = drv_qcow2(target)
141 def drv_qcow2(file): function