index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
throttle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
1
-0
/
+151
2017-08-29
throttle: Make burst_length 64bit and add range checks
Alberto Garcia
1
-0
/
+5
2017-08-29
throttle: Make LeakyBucket.avg and LeakyBucket.max integer types
Alberto Garcia
1
-4
/
+3
2017-08-29
throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()
Alberto Garcia
1
-39
/
+23
2017-08-29
throttle: Make throttle_is_valid() a bit less verbose
Alberto Garcia
1
-8
/
+7
2017-08-29
throttle: Update the throttle_fix_bucket() documentation
Alberto Garcia
1
-8
/
+3
2017-07-18
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
1
-14
/
+0
2017-07-18
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
1
-1
/
+3
2017-04-21
throttle: make throttle_config(throttle_get_config()) symmetric
Stefan Hajnoczi
1
-0
/
+14
2016-08-05
throttle: Don't allow burst limits to be lower than the normal limits
Alberto Garcia
1
-0
/
+5
2016-06-07
throttle: refuse iops-size without iops-total/read/write
Stefan Hajnoczi
1
-0
/
+8
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-22
throttle: Add support for burst periods
Alberto Garcia
1
-13
/
+60
2016-02-22
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
1
-0
/
+10
2016-02-22
throttle: Merge all functions that check the configuration into one
Alberto Garcia
1
-32
/
+8
2016-02-22
throttle: Make throttle_is_valid() set errp
Alberto Garcia
1
-1
/
+4
2016-02-22
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
1
-1
/
+4
2016-02-22
throttle: Make throttle_conflicting() set errp
Alberto Garcia
1
-2
/
+9
2016-02-22
throttle: Make throttle_compute_timer() static
Alberto Garcia
1
-4
/
+4
2016-02-04
util: Clean up includes
Peter Maydell
1
-0
/
+1
2016-01-20
blockdev: Error out on negative throttling option values
Fam Zheng
1
-10
/
+6
2015-08-05
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
1
-0
/
+15
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
1
-2
/
+2
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
1
-2
/
+2
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
-30
/
+43
2014-06-04
throttle: add throttle_detach/attach_aio_context()
Stefan Hajnoczi
1
-4
/
+23
2013-09-06
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet
1
-0
/
+396