aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/throttle.h
AgeCommit message (Expand)Author
2016-02-23include: Clean up includesPeter Maydell
2016-02-22throttle: Add support for burst periodsAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi
2015-07-02timer: Move NANOSECONDS_PER_SECONDS to timer.hAlberto Garcia
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet