summaryrefslogtreecommitdiff
path: root/block/throttle-groups.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster1-1/+1
2017-11-16throttle-groups: forget timer and schedule next TGM on detachStefan Hajnoczi1-0/+12
2017-11-13throttle-groups: drain before detaching ThrottleStateStefan Hajnoczi1-0/+6
2017-09-26block/throttle-groups.c: allocate RestartData on the heapManos Pitsidianakis1-5/+7
2017-09-06block: add throttle block filter driverManos Pitsidianakis1-1/+14
2017-09-05block: convert ThrottleGroup to object with QOMManos Pitsidianakis1-42/+382
2017-09-05block: tidy ThrottleGroupMember initializationsManos Pitsidianakis1-0/+3
2017-09-05block: add aio_context field in ThrottleGroupMemberManos Pitsidianakis1-14/+24
2017-09-05block: move ThrottleGroup membership to ThrottleGroupMemberManos Pitsidianakis1-144/+144
2017-07-18block: remove timer canceling in throttle_config()Manos Pitsidianakis1-9/+1
2017-07-18block: add clock_type field to ThrottleGroupManos Pitsidianakis1-10/+10
2017-06-26throttle: Update throttle-groups.c documentationAlberto Garcia1-1/+1
2017-06-16throttle-groups: protect throttled requests with a CoMutexPaolo Bonzini1-2/+10
2017-06-16throttle-groups: do not use qemu_co_enter_nextPaolo Bonzini1-5/+37
2017-06-16throttle-groups: only start one coroutine from drained_beginPaolo Bonzini1-20/+25
2017-06-16block: access io_limits_disabled with atomic opsPaolo Bonzini1-1/+1
2017-02-21coroutine-lock: add mutex argument to CoQueue APIsPaolo Bonzini1-1/+1
2017-02-21block: explicitly acquire aiocontext in timers that need itPaolo Bonzini1-0/+2
2016-10-24throttle: Correct access to wrong BlockBackendPublic structuresAlberto Garcia1-4/+23
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf1-6/+6
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-3/+2
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-61/+68
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-6/+6
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-66/+68
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini1-0/+4
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini1-0/+14
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2015-11-11throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia1-0/+7
2015-10-23throttle: Remove throttle_group_lock/unlock()Alberto Garcia1-30/+1
2015-10-23block/throttle-groups: Make incref/decref publicMax Reitz1-8/+11
2015-06-23throttle: Check current timers before updating any_timer_armed[]Alberto Garcia1-2/+7
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia1-1/+30
2015-06-12throttle: Add throttle group supportAlberto Garcia1-4/+210
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia1-0/+261