Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 22 of 22) sorted by relevance

/qemu/tests/qemu-iotests/
H A D184.out51 "bps": 0,
79 "bps": 0,
126 "bps-read-max-length": 1,
128 "bps-read-max": 0,
129 "bps-total": 0,
133 "bps-write": 0,
134 "bps-total-max": 0,
135 "bps-write-max": 0,
140 "bps-total-max-length": 1,
142 "bps-read": 0,
[all …]
H A D051.out284 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
285 …MU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' a…
287 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
288 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read'…
290 Testing: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
291 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678: 'throttling.bps-writ…
302 Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
303 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678: 'throttling.bps
305 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
306 …G: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678: 'throttling.bps-read…
[all …]
H A D051290 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
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
310 run_qemu -drive file="$TEST_IMG",bps=-2
314 run_qemu -drive file="$TEST_IMG",throttling.bps-total=-5
316 run_qemu -drive file="$TEST_IMG",bps=0
317 run_qemu -drive file="$TEST_IMG",bps=1
[all …]
H A D051.pc.out364 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
365 …MU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' a…
367 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
368 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read'…
370 Testing: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
371 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678: 'throttling.bps-writ…
382 Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
383 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678: 'throttling.bps
385 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
386 …G: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678: 'throttling.bps-read…
[all …]
H A D191.out147 "bps": 0,
176 "bps": 0,
218 "bps": 0,
247 "bps": 0,
289 "bps": 0,
318 "bps": 0,
348 "bps": 0,
377 "bps": 0,
562 "bps": 0,
591 "bps": 0,
[all …]
H A D273.out66 "bps": 0,
95 "bps": 0,
136 "bps": 0,
165 "bps": 0,
194 "bps": 0,
H A D23836 log(vm.qmp('block_set_io_throttle', id='scsi-hd0', bps=0, bps_rd=0, bps_wr=0,
H A D185240 --object throttle-group,id=thrgr,limits.bps-total=1048576 \
/qemu/docs/
H A Dthrottle.txt37 | throttling.bps-total | bps |
38 | throttling.bps-read | bps_rd |
39 | throttling.bps-write | bps_wr |
42 It is possible to set limits for both IOPS and bps at the same time,
45 iops-read nor iops-write can be set. The same applies to bps-total and
46 bps-read/write.
64 "bps": 0,
104 "bps": 0,
133 | throttling.bps-total-max | bps_max |
134 | throttling.bps-total-max-length | bps_max_length |
[all …]
/qemu/qapi/
H A Dblock.json470 # "bps": 0,
490 # "bps": 1000000,
H A Dblock-core.json497 # @bps: total throughput limit in bytes per second is specified
565 'bps': 'int', 'bps_rd': 'int', 'bps_wr': 'int',
2577 # @bps: total throughput limit in bytes per second
2642 '*id': 'str', 'bps': 'int', 'bps_rd': 'int',
2683 # @bps-total: limit total bytes per second
2685 # @bps-total-max: total bytes burst
2687 # @bps-total-max-length: length of the bps-total-max burst period, in
2688 # seconds. It must only be set if @bps-total-max is set as well.
2690 # @bps-read: limit read bytes per second
2692 # @bps-read-max: total bytes read burst
[all …]
H A Dqom.json286 # @throttle-bps: limit total bytes per second (Since 8.0)
294 '*throttle-bps': 'uint64',
/qemu/hw/block/
H A Dfdc-internal.h84 uint16_t bps; /* Bytes per sector */ member
H A Dfdc.c1957 cur_drv->bps = in fdctrl_handle_format_track()
/qemu/audio/
H A Dsndioaudio.c410 if (self->par.bits != req.bits || self->par.bps != req.bits / 8 || in sndio_init()
421 self->buf_size = self->par.round * self->par.bps * nch; in sndio_init()
/qemu/block/monitor/
H A Dblock-hmp-cmds.c513 .bps = qdict_get_int(qdict, "bps"), in hmp_block_set_io_throttle()
682 if (inserted->bps || inserted->bps_rd || inserted->bps_wr || in print_block_info()
697 inserted->bps, in print_block_info()
/qemu/block/
H A Dqapi-system.c439 cfg.buckets[THROTTLE_BPS_TOTAL].avg = arg->bps; in qmp_block_set_io_throttle()
H A Dqapi.c98 info->bps = cfg.buckets[THROTTLE_BPS_TOTAL].avg; in bdrv_block_device_info()
/qemu/ui/
H A Dvnc.c1071 int bps; in vnc_update_throttle_offset() local
1076 bps = 1; in vnc_update_throttle_offset()
1080 bps = 2; in vnc_update_throttle_offset()
1084 bps = 4; in vnc_update_throttle_offset()
1087 offset += vs->as.freq * bps * vs->as.nchannels; in vnc_update_throttle_offset()
/qemu/hw/arm/
H A Domap1.c2975 static const int bps[8] = { 0, 1, 1, 2, 2, 2, -255, -255 }; in omap_mcbsp_source_tick() local
2983 s->rx_req = s->rx_rate << bps[(s->rcr[0] >> 5) & 7]; in omap_mcbsp_source_tick()
3022 static const int bps[8] = { 0, 1, 1, 2, 2, 2, -255, -255 }; in omap_mcbsp_sink_tick() local
3030 s->tx_req = s->tx_rate << bps[(s->xcr[0] >> 5) & 7]; in omap_mcbsp_sink_tick()
/qemu/
H A Dhmp-commands.hx1538 .args_type = "device:B,bps:l,bps_rd:l,bps_wr:l,iops:l,iops_rd:l,iops_wr:l",
1539 .params = "device bps bps_rd bps_wr iops iops_rd iops_wr",
1546 ``block_set_io_throttle`` *device* *bps* *bps_rd* *bps_wr* *iops* *iops_rd* *iops_wr*
1548 *bps* *bps_rd* *bps_wr* *iops* *iops_rd* *iops_wr*.
H A Dqemu-options.hx1569 " [[,bps=b]|[[,bps_rd=r][,bps_wr=w]]]\n"
1658 ``bps=b,bps_rd=r,bps_wr=w``
1805 " [[,throttling.bps-total=b]|[[,throttling.bps-read=r][,throttling.bps-write=w]]]\n"
1807 …" [[,throttling.bps-total-max=bm]|[[,throttling.bps-read-max=rm][,throttling.bps-write-max=wm]]]\n"
1868 ``throttling.bps-total=b,throttling.bps-read=r,throttling.bps-write=w``
1872 ``throttling.bps-total-max=bm,bps-read-max=rm,bps-write-max=wm``