summaryrefslogtreecommitdiff
path: root/include/qemu/throttle.h
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis1-0/+3
2017-08-29throttle: Make burst_length 64bit and add range checksAlberto Garcia1-1/+1
2017-08-29throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia1-2/+2
2017-08-29throttle: Fix wrong variable name in the header documentationAlberto Garcia1-1/+1
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-1/+0
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-0/+1
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2016-02-22throttle: Add support for burst periodsAlberto Garcia1-5/+36
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia1-0/+2
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia1-4/+0
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia1-1/+1
2016-02-22throttle: Make throttle_compute_timer() staticAlberto Garcia1-6/+0
2016-01-20blockdev: Error out on negative throttling option valuesFam Zheng1-0/+2
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi1-0/+2
2015-07-02timer: Move NANOSECONDS_PER_SECONDS to timer.hAlberto Garcia1-2/+0
2015-06-12throttle: Update throttle infrastructure copyrightAlberto Garcia1-3/+5
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet1-14/+24
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi1-0/+10
2013-09-06throttle: Add a new throttling API implementing continuous leaky bucket.Benoît Canet1-0/+110