Home
last modified time | relevance | path

Searched refs:throttled (Results 1 – 8 of 8) sorted by relevance

/qemu/tests/qemu-iotests/
H A D185226 echo === Start mirror to throttled QSD and exit qemu ===
242 --blockdev throttle,node-name=throttled,throttle-group=thrgr,file=null \
244 --export nbd,id=exp,node-name=throttled,name=target,writable=true \
374 echo === Start active commit to throttled QSD and exit qemu ===
H A D218.out32 === Cancel mirror job from throttled node by quitting ===
H A D255.out27 {"execute": "blockdev-mirror", "arguments": {"device": "src-throttled", "job-id": "job0", "sync": "…
H A D185.out155 === Start mirror to throttled QSD and exit qemu ===
182 === Start active commit to throttled QSD and exit qemu ===
/qemu/hw/char/
H A Dvirtio-serial-bus.c170 while (!port->throttled) { in do_flush_queued_data()
195 if (port->throttled) { in do_flush_queued_data()
204 if (port->throttled) { in do_flush_queued_data()
284 port->throttled = false; in virtio_serial_close()
339 port->throttled = throttle; in virtio_serial_throttle_port()
512 if (!port->throttled) { in handle_output()
865 port->throttled ? "on" : "off"); in virtser_bus_dev_print()
/qemu/include/hw/virtio/
H A Dvirtio-serial.h146 bool throttled; member
/qemu/ui/
H A Dvnc-auth-sasl.c103 bool throttled = vs->force_update_offset != 0; in vnc_client_write_sasl() local
110 if (throttled && vs->force_update_offset == 0) { in vnc_client_write_sasl()
/qemu/docs/
H A Dthrottle.txt113 IOPS for 1 minute before it's throttled down to 100 IOPS.