index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
throttle.c
Age
Commit message (
Expand
)
Author
2016-06-07
throttle: refuse iops-size without iops-total/read/write
Stefan Hajnoczi
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-22
throttle: Add support for burst periods
Alberto Garcia
2016-02-22
throttle: Use throttle_config_init() to initialize ThrottleConfig
Alberto Garcia
2016-02-22
throttle: Merge all functions that check the configuration into one
Alberto Garcia
2016-02-22
throttle: Make throttle_is_valid() set errp
Alberto Garcia
2016-02-22
throttle: Make throttle_max_is_missing_limit() set errp
Alberto Garcia
2016-02-22
throttle: Make throttle_conflicting() set errp
Alberto Garcia
2016-02-22
throttle: Make throttle_compute_timer() static
Alberto Garcia
2016-02-04
util: Clean up includes
Peter Maydell
2016-01-20
blockdev: Error out on negative throttling option values
Fam Zheng
2015-08-05
throttle: refuse bps_max/iops_max without bps/iops
Stefan Hajnoczi
2015-07-20
timer: rename NSEC_PER_SEC due to Mac OS X header clash
Stefan Hajnoczi
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
2015-06-12
throttle: Update throttle infrastructure copyright
Alberto Garcia
2015-06-12
throttle: Extract timers from ThrottleState into a separate structure
Benoît Canet
2014-06-04
throttle: add throttle_detach/attach_aio_context()
Stefan Hajnoczi
2013-09-06
throttle: Add a new throttling API implementing continuous leaky bucket.
Benoît Canet