Sign in
qemu
/
qemu
/
b5c6b870efe1c279b363d08c78ab76365ca7156e
/
tests
/
test-throttle.c
ef0aa6a
test-throttle: Fix uninitialized use of burst_length
by Andrey Shinkevich
· 5 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
d861ab3
block: Add BlockBackend.ctx
by Kevin Wolf
· 6 years ago
432d889
block: convert ThrottleGroup to object with QOM
by Manos Pitsidianakis
· 7 years ago
c61791f
block: add aio_context field in ThrottleGroupMember
by Manos Pitsidianakis
· 7 years ago
022cdc9
block: move ThrottleGroup membership to ThrottleGroupMember
by Manos Pitsidianakis
· 7 years ago
d942fee
throttle: Test the valid range of config values
by Alberto Garcia
· 7 years ago
d00e692
throttle: Make LeakyBucket.avg and LeakyBucket.max integer types
by Alberto Garcia
· 7 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
ab08aec
throttle: do not use invalid config in test
by Stefan Hajnoczi
· 8 years ago
2807c0c
tests: Remove FIXME comments
by Kevin Wolf
· 8 years ago
6d0eb64
block: Add permissions to blk_new()
by Kevin Wolf
· 8 years ago
5fc8c05
throttle: Test burst limits lower than the normal limits
by Alberto Garcia
· 8 years ago
6ed5546
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-07' into staging
by Peter Maydell
· 9 years ago
79ffb27
tests: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
8860eab
throttle: refuse iops-size without iops-total/read/write
by Stefan Hajnoczi
· 9 years ago
109525a
block: Drop errp parameter from blk_new()
by Max Reitz
· 9 years ago
21a699a
tests: Drop BDS from test-throttle.c
by Max Reitz
· 9 years ago
9714807
block: Move I/O throttling configuration functions to BlockBackend
by Kevin Wolf
· 9 years ago
27ccdd5
block: Move throttling fields from BDS to BB
by Kevin Wolf
· 9 years ago
49d2165
block: Convert throttle_group_get_name() to BlockBackend
by Kevin Wolf
· 9 years ago
31dce3c
block: throttle-groups: Use BlockBackend pointers internally
by Kevin Wolf
· 9 years ago
a561499
block: Make sure throttled BDSes always have a BB
by Kevin Wolf
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
f9d0588
throttle: Test throttle_compute_wait() during bursts
by Alberto Garcia
· 9 years ago
eb8a1a1
throttle: Check that burst_level leaks correctly
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
6f9b6d5
throttle: Set always an average value when setting a maximum value
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
681c28a
tests: Clean up includes
by Peter Maydell
· 9 years ago
73eaa04
test-throttle: Simplify qemu_init_main_loop() error handling
by Markus Armbruster
· 9 years ago
92e11a1
throttle: add throttle_max_is_missing_limit() test
by Stefan Hajnoczi
· 9 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
1fee955
throttle: Add throttle group infrastructure tests
by Alberto Garcia
· 10 years ago
0e5b0a2
throttle: Extract timers from ThrottleState into a separate structure
by Benoît Canet
· 10 years ago
2f78e49
async: aio_context_new(): Handle event_notifier_init failure
by Chrysostomos Nanakos
· 10 years ago
748bfb4
tests: Add missing 'static' attributes (fix warnings from smatch)
by Stefan Weil
· 11 years ago
22524f7
throttle: add detach/attach test case
by Stefan Hajnoczi
· 11 years ago
13af91e
throttle: add throttle_detach/attach_aio_context()
by Stefan Hajnoczi
· 11 years ago
73f395f
misc: New spelling fixes in comments
by Stefan Weil
· 11 years ago
f17cfe8
throttle: Add units tests
by Benoît Canet
· 11 years ago