Sign in
qemu
/
qemu
/
80f00ca2801883e01936cf16e2d63a8d3e936f98
/
util
/
throttle.c
729cc68
Remove superfluous timer_del() calls
by Peter Maydell
· 4 years, 3 months ago
b580610
throttle: Assert that bkt->max is valid in throttle_compute_wait()
by Alberto Garcia
· 7 years ago
432d889
block: convert ThrottleGroup to object with QOM
by Manos Pitsidianakis
· 8 years ago
67335a4
throttle: Make burst_length 64bit and add range checks
by Alberto Garcia
· 8 years ago
d00e692
throttle: Make LeakyBucket.avg and LeakyBucket.max integer types
by Alberto Garcia
· 8 years ago
2a8be39
throttle: Remove throttle_fix_bucket() / throttle_unfix_bucket()
by Alberto Garcia
· 8 years ago
fa36f1b
throttle: Make throttle_is_valid() a bit less verbose
by Alberto Garcia
· 8 years ago
0770a7a
throttle: Update the throttle_fix_bucket() documentation
by Alberto Garcia
· 8 years ago
27e4cf1
block: remove timer canceling in throttle_config()
by Manos Pitsidianakis
· 8 years ago
dbe824c
block: add clock_type field to ThrottleGroup
by Manos Pitsidianakis
· 8 years ago
d72915c
throttle: make throttle_config(throttle_get_config()) symmetric
by Stefan Hajnoczi
· 8 years ago
aaa1e77
throttle: Don't allow burst limits to be lower than the normal limits
by Alberto Garcia
· 9 years ago
8860eab
throttle: refuse iops-size without iops-total/read/write
by Stefan Hajnoczi
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
100f8f2
throttle: Add support for burst periods
by Alberto Garcia
· 9 years ago
1588ab5
throttle: Use throttle_config_init() to initialize ThrottleConfig
by Alberto Garcia
· 9 years ago
d585108
throttle: Merge all functions that check the configuration into one
by Alberto Garcia
· 9 years ago
03ba36c
throttle: Make throttle_is_valid() set errp
by Alberto Garcia
· 9 years ago
45b2d41
throttle: Make throttle_max_is_missing_limit() set errp
by Alberto Garcia
· 9 years ago
6921b18
throttle: Make throttle_conflicting() set errp
by Alberto Garcia
· 9 years ago
3c9242f
throttle: Make throttle_compute_timer() static
by Alberto Garcia
· 9 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
972606c
blockdev: Error out on negative throttling option values
by Fam Zheng
· 9 years ago
ee2bdc3
throttle: refuse bps_max/iops_max without bps/iops
by Stefan Hajnoczi
· 10 years ago
13566fe
timer: rename NSEC_PER_SEC due to Mac OS X header clash
by Stefan Hajnoczi
· 10 years ago
e0cf11f
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
by Alberto Garcia
· 10 years ago
a291d5d
throttle: Update throttle infrastructure copyright
by Alberto Garcia
· 10 years ago
0e5b0a2
throttle: Extract timers from ThrottleState into a separate structure
by Benoît Canet
· 10 years ago
13af91e
throttle: add throttle_detach/attach_aio_context()
by Stefan Hajnoczi
· 11 years ago
5ddfffb
throttle: Add a new throttling API implementing continuous leaky bucket.
by Benoît Canet
· 12 years ago