index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
throttle-groups.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
throttle-groups: fix restart coroutine iothread race
Stefan Hajnoczi
1
-0
/
+9
2018-08-15
throttle-groups: Don't allow timers without throttled requests
Alberto Garcia
1
-10
/
+22
2018-08-15
throttle-groups: Skip the round-robin if a member is being drained
Alberto Garcia
1
-0
/
+9
2018-07-19
throttle-groups: fix hang when group member leaves
Stefan Hajnoczi
1
-0
/
+4
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+1
2017-11-16
throttle-groups: forget timer and schedule next TGM on detach
Stefan Hajnoczi
1
-0
/
+12
2017-11-13
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
1
-0
/
+6
2017-09-26
block/throttle-groups.c: allocate RestartData on the heap
Manos Pitsidianakis
1
-5
/
+7
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
1
-1
/
+14
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
1
-42
/
+382
2017-09-05
block: tidy ThrottleGroupMember initializations
Manos Pitsidianakis
1
-0
/
+3
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
1
-14
/
+24
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
1
-144
/
+144
2017-07-18
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
1
-9
/
+1
2017-07-18
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
1
-10
/
+10
2017-06-26
throttle: Update throttle-groups.c documentation
Alberto Garcia
1
-1
/
+1
2017-06-16
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
1
-2
/
+10
2017-06-16
throttle-groups: do not use qemu_co_enter_next
Paolo Bonzini
1
-5
/
+37
2017-06-16
throttle-groups: only start one coroutine from drained_begin
Paolo Bonzini
1
-20
/
+25
2017-06-16
block: access io_limits_disabled with atomic ops
Paolo Bonzini
1
-1
/
+1
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
1
-1
/
+1
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
1
-0
/
+2
2016-10-24
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
1
-4
/
+23
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
1
-6
/
+6
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
1
-3
/
+2
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
1
-61
/
+68
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-6
/
+6
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
1
-66
/
+68
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
1
-0
/
+4
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
1
-0
/
+14
2016-01-20
block: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-11
throttle: Check for pending requests in throttle_group_unregister_bs()
Alberto Garcia
1
-0
/
+7
2015-10-23
throttle: Remove throttle_group_lock/unlock()
Alberto Garcia
1
-30
/
+1
2015-10-23
block/throttle-groups: Make incref/decref public
Max Reitz
1
-8
/
+11
2015-06-23
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
1
-2
/
+7
2015-06-12
throttle: acquire the ThrottleGroup lock in bdrv_swap()
Alberto Garcia
1
-1
/
+30
2015-06-12
throttle: Add throttle group support
Alberto Garcia
1
-4
/
+210
2015-06-12
throttle: Add throttle group infrastructure
Alberto Garcia
1
-0
/
+261