Lines Matching full:throttling
286 run_qemu -drive file="$TEST_IMG",iops=1234,throttling.iops-total=5678
287 run_qemu -drive file="$TEST_IMG",iops_rd=1234,throttling.iops-read=5678
288 run_qemu -drive file="$TEST_IMG",iops_wr=1234,throttling.iops-write=5678
290 run_qemu -drive file="$TEST_IMG",bps=1234,throttling.bps-total=5678
291 run_qemu -drive file="$TEST_IMG",bps_rd=1234,throttling.bps-read=5678
292 run_qemu -drive file="$TEST_IMG",bps_wr=1234,throttling.bps-write=5678
294 run_qemu -drive file="$TEST_IMG",iops_max=1234,throttling.iops-total-max=5678
295 run_qemu -drive file="$TEST_IMG",iops_rd_max=1234,throttling.iops-read-max=5678
296 run_qemu -drive file="$TEST_IMG",iops_wr_max=1234,throttling.iops-write-max=5678
298 run_qemu -drive file="$TEST_IMG",bps_max=1234,throttling.bps-total-max=5678
299 run_qemu -drive file="$TEST_IMG",bps_rd_max=1234,throttling.bps-read-max=5678
300 run_qemu -drive file="$TEST_IMG",bps_wr_max=1234,throttling.bps-write-max=5678
302 run_qemu -drive file="$TEST_IMG",iops_size=1234,throttling.iops-size=5678
306 echo === Catching negative/large throttling values ===
313 run_qemu -drive file="$TEST_IMG",throttling.iops-total=-4
314 run_qemu -drive file="$TEST_IMG",throttling.bps-total=-5