aboutsummaryrefslogtreecommitdiff
path: root/tests/test-throttle.c
AgeCommit message (Expand)Author
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