aboutsummaryrefslogtreecommitdiff
path: root/tests/test-throttle.c
AgeCommit message (Expand)Author
2019-08-20test-throttle: Fix uninitialized use of burst_lengthAndrey Shinkevich
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-04block: Add BlockBackend.ctxKevin Wolf
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis
2017-08-29throttle: Test the valid range of config valuesAlberto Garcia
2017-08-29throttle: Make LeakyBucket.avg and LeakyBucket.max integer typesAlberto Garcia
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis
2017-04-21throttle: make throttle_config(throttle_get_config()) symmetricStefan Hajnoczi
2017-04-21throttle: do not use invalid config in testStefan Hajnoczi
2017-02-28tests: Remove FIXME commentsKevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2016-08-05throttle: Test burst limits lower than the normal limitsAlberto Garcia
2016-06-07Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0...Peter Maydell
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-06-07throttle: refuse iops-size without iops-total/read/writeStefan Hajnoczi
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25tests: Drop BDS from test-throttle.cMax Reitz
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-22throttle: Test throttle_compute_wait() during burstsAlberto Garcia
2016-02-22throttle: Check that burst_level leaks correctlyAlberto Garcia
2016-02-22throttle: Use throttle_config_init() to initialize ThrottleConfigAlberto Garcia
2016-02-22throttle: Merge all functions that check the configuration into oneAlberto Garcia
2016-02-22throttle: Set always an average value when setting a maximum valueAlberto Garcia
2016-02-22throttle: Make throttle_is_valid() set errpAlberto Garcia
2016-02-22throttle: Make throttle_max_is_missing_limit() set errpAlberto Garcia
2016-02-22throttle: Make throttle_conflicting() set errpAlberto Garcia
2016-02-16tests: Clean up includesPeter Maydell
2016-01-13test-throttle: Simplify qemu_init_main_loop() error handlingMarkus Armbruster
2015-08-05throttle: add throttle_max_is_missing_limit() testStefan Hajnoczi
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-06-12throttle: Add throttle group infrastructure testsAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-07-18tests: Add missing 'static' attributes (fix warnings from smatch)Stefan Weil
2014-06-04throttle: add detach/attach test caseStefan Hajnoczi
2014-06-04throttle: add throttle_detach/attach_aio_context()Stefan Hajnoczi
2013-10-26misc: New spelling fixes in commentsStefan Weil
2013-09-06throttle: Add units testsBenoît Canet