Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster | 1 | -1/+1 |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2017-09-05 | block: convert ThrottleGroup to object with QOM | Manos Pitsidianakis | 1 | -0/+3 |
2017-08-29 | throttle: Make burst_length 64bit and add range checks | Alberto Garcia | 1 | -1/+1 |
2017-08-29 | throttle: Make LeakyBucket.avg and LeakyBucket.max integer types | Alberto Garcia | 1 | -2/+2 |
2017-08-29 | throttle: Fix wrong variable name in the header documentation | Alberto Garcia | 1 | -1/+1 |
2017-07-18 | block: remove timer canceling in throttle_config() | Manos Pitsidianakis | 1 | -1/+0 |
2017-07-18 | block: add clock_type field to ThrottleGroup | Manos Pitsidianakis | 1 | -0/+1 |
2016-02-23 | include: Clean up includes | Peter Maydell | 1 | -1/+0 |
2016-02-22 | throttle: Add support for burst periods | Alberto Garcia | 1 | -5/+36 |
2016-02-22 | throttle: Use throttle_config_init() to initialize ThrottleConfig | Alberto Garcia | 1 | -0/+2 |
2016-02-22 | throttle: Merge all functions that check the configuration into one | Alberto Garcia | 1 | -4/+0 |
2016-02-22 | throttle: Make throttle_is_valid() set errp | Alberto Garcia | 1 | -1/+1 |
2016-02-22 | throttle: Make throttle_max_is_missing_limit() set errp | Alberto Garcia | 1 | -1/+1 |
2016-02-22 | throttle: Make throttle_conflicting() set errp | Alberto Garcia | 1 | -1/+1 |
2016-02-22 | throttle: Make throttle_compute_timer() static | Alberto Garcia | 1 | -6/+0 |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng | 1 | -0/+2 |
2015-08-05 | throttle: refuse bps_max/iops_max without bps/iops | Stefan Hajnoczi | 1 | -0/+2 |
2015-07-02 | timer: Move NANOSECONDS_PER_SECONDS to timer.h | Alberto Garcia | 1 | -2/+0 |
2015-06-12 | throttle: Update throttle infrastructure copyright | Alberto Garcia | 1 | -3/+5 |
2015-06-12 | throttle: Extract timers from ThrottleState into a separate structure | Benoît Canet | 1 | -14/+24 |
2014-06-04 | throttle: add throttle_detach/attach_aio_context() | Stefan Hajnoczi | 1 | -0/+10 |
2013-09-06 | throttle: Add a new throttling API implementing continuous leaky bucket. | Benoît Canet | 1 | -0/+110 |