summaryrefslogtreecommitdiffstats
path: root/util/throttle.c
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* throttle: Add support for burst periodsAlberto Garcia2019-11-291-13/+60
* throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia2019-11-291-0/+10
* throttle: Merge all functions that check the configuration into oneAlberto Garcia2019-11-291-32/+8
* throttle: Make throttle_is_valid() set errpAlberto Garcia2019-11-291-1/+4
* throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia2019-11-291-1/+4
* throttle: Make throttle_conflicting() set errpAlberto Garcia2019-11-291-2/+9
* throttle: Make throttle_compute_timer() staticAlberto Garcia2019-11-291-4/+4
* util: Clean up includesPeter Maydell2019-11-291-0/+1
* blockdev: Error out on negative throttling option valuesFam Zheng2019-11-291-10/+6
* throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi2015-08-051-0/+15
* timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2015-07-201-2/+2
* timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2015-07-021-2/+2
* throttle: Update throttle infrastructure copyrightAlberto Garcia2015-06-121-3/+5
* throttle: Extract timers from ThrottleState into a separate structureBenoît Canet2015-06-121-30/+43
* throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi2014-06-041-4/+23
* throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet2013-09-061-0/+396
OpenPOWER on IntegriCloud