1. ef0aa6a test-throttle: Fix uninitialized use of burst_length by Andrey Shinkevich · 5 years ago
  2. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. d861ab3 block: Add BlockBackend.ctx by Kevin Wolf · 6 years ago
  5. 432d889 block: convert ThrottleGroup to object with QOM by Manos Pitsidianakis · 7 years ago
  6. c61791f block: add aio_context field in ThrottleGroupMember by Manos Pitsidianakis · 7 years ago
  7. 022cdc9 block: move ThrottleGroup membership to ThrottleGroupMember by Manos Pitsidianakis · 7 years ago
  8. d942fee throttle: Test the valid range of config values by Alberto Garcia · 7 years ago
  9. d00e692 throttle: Make LeakyBucket.avg and LeakyBucket.max integer types by Alberto Garcia · 7 years ago
  10. 27e4cf1 block: remove timer canceling in throttle_config() by Manos Pitsidianakis · 8 years ago
  11. dbe824c block: add clock_type field to ThrottleGroup by Manos Pitsidianakis · 8 years ago
  12. d72915c throttle: make throttle_config(throttle_get_config()) symmetric by Stefan Hajnoczi · 8 years ago
  13. ab08aec throttle: do not use invalid config in test by Stefan Hajnoczi · 8 years ago
  14. 2807c0c tests: Remove FIXME comments by Kevin Wolf · 8 years ago
  15. 6d0eb64 block: Add permissions to blk_new() by Kevin Wolf · 8 years ago
  16. 5fc8c05 throttle: Test burst limits lower than the normal limits by Alberto Garcia · 8 years ago
  17. 6ed5546 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-07' into staging by Peter Maydell · 9 years ago
  18. 79ffb27 tests: Remove unnecessary glib.h includes by Peter Maydell · 9 years ago
  19. 8860eab throttle: refuse iops-size without iops-total/read/write by Stefan Hajnoczi · 9 years ago
  20. 109525a block: Drop errp parameter from blk_new() by Max Reitz · 9 years ago
  21. 21a699a tests: Drop BDS from test-throttle.c by Max Reitz · 9 years ago
  22. 9714807 block: Move I/O throttling configuration functions to BlockBackend by Kevin Wolf · 9 years ago
  23. 27ccdd5 block: Move throttling fields from BDS to BB by Kevin Wolf · 9 years ago
  24. 49d2165 block: Convert throttle_group_get_name() to BlockBackend by Kevin Wolf · 9 years ago
  25. 31dce3c block: throttle-groups: Use BlockBackend pointers internally by Kevin Wolf · 9 years ago
  26. a561499 block: Make sure throttled BDSes always have a BB by Kevin Wolf · 9 years ago
  27. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  28. f9d0588 throttle: Test throttle_compute_wait() during bursts by Alberto Garcia · 9 years ago
  29. eb8a1a1 throttle: Check that burst_level leaks correctly by Alberto Garcia · 9 years ago
  30. 1588ab5 throttle: Use throttle_config_init() to initialize ThrottleConfig by Alberto Garcia · 9 years ago
  31. d585108 throttle: Merge all functions that check the configuration into one by Alberto Garcia · 9 years ago
  32. 6f9b6d5 throttle: Set always an average value when setting a maximum value by Alberto Garcia · 9 years ago
  33. 03ba36c throttle: Make throttle_is_valid() set errp by Alberto Garcia · 9 years ago
  34. 45b2d41 throttle: Make throttle_max_is_missing_limit() set errp by Alberto Garcia · 9 years ago
  35. 6921b18 throttle: Make throttle_conflicting() set errp by Alberto Garcia · 9 years ago
  36. 681c28a tests: Clean up includes by Peter Maydell · 9 years ago
  37. 73eaa04 test-throttle: Simplify qemu_init_main_loop() error handling by Markus Armbruster · 9 years ago
  38. 92e11a1 throttle: add throttle_max_is_missing_limit() test by Stefan Hajnoczi · 9 years ago
  39. 13566fe timer: rename NSEC_PER_SEC due to Mac OS X header clash by Stefan Hajnoczi · 10 years ago
  40. e0cf11f timer: Use a single definition of NSEC_PER_SEC for the whole codebase by Alberto Garcia · 10 years ago
  41. 1fee955 throttle: Add throttle group infrastructure tests by Alberto Garcia · 10 years ago
  42. 0e5b0a2 throttle: Extract timers from ThrottleState into a separate structure by Benoît Canet · 10 years ago
  43. 2f78e49 async: aio_context_new(): Handle event_notifier_init failure by Chrysostomos Nanakos · 10 years ago
  44. 748bfb4 tests: Add missing 'static' attributes (fix warnings from smatch) by Stefan Weil · 11 years ago
  45. 22524f7 throttle: add detach/attach test case by Stefan Hajnoczi · 11 years ago
  46. 13af91e throttle: add throttle_detach/attach_aio_context() by Stefan Hajnoczi · 11 years ago
  47. 73f395f misc: New spelling fixes in comments by Stefan Weil · 11 years ago
  48. f17cfe8 throttle: Add units tests by Benoît Canet · 11 years ago