Searched refs:iops_size (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 096 | 31 iops_size = 1024 variable in TestLiveSnapshot 38 opts.append('throttling.iops-size=%d' % self.iops_size) 55 self.assertEqual(r['iops_size'], self.iops_size)
|
H A D | 051.out | 311 Testing: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678 312 …G: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678: 'throttling.iops-size' a…
|
H A D | 051 | 302 run_qemu -drive file="$TEST_IMG",iops_size=1234,throttling.iops-size=5678
|
H A D | 051.pc.out | 391 Testing: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678 392 …G: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678: 'throttling.iops-size' a…
|
/openbmc/qemu/qapi/ |
H A D | block.json | 483 # "iops_size": 0 } } 503 # "iops_size": 0 } }
|
H A D | block-core.json | 542 # @iops_size: an I/O size in bytes (Since 1.7) 570 '*iops_size': 'int', '*group': 'str', 'cache': 'BlockdevCacheInfo', 2618 # @iops_size: an I/O size in bytes (Since 1.7) 2638 '*iops_size': 'int', '*group': 'str' } }
|
/openbmc/qemu/util/ |
H A D | throttle.c | 605 cfg->op_size = arg->iops_size; in throttle_limits_to_config() 636 var->iops_size = cfg->op_size; in throttle_config_to_limits()
|
/openbmc/qemu/block/ |
H A D | qapi-sysemu.c | 486 cfg.op_size = arg->iops_size; in qmp_block_set_io_throttle()
|
H A D | qapi.c | 140 info->iops_size = cfg.op_size; in bdrv_block_device_info()
|
/openbmc/qemu/block/monitor/ |
H A D | block-hmp-cmds.c | 708 inserted->iops_size, in print_block_info()
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 1532 " [[,iops_size=is]]\n" 1637 ``iops_size=is``
|