index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
throttle-groups.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
Vladimir Sementsov-Ogievskiy
2021-02-03
1
-1
/
+4
*
block/throttle-groups: Use lock guard macros
Gan Qixin
2020-12-11
1
-25
/
+23
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-6
/
+6
*
throttle-groups: Move ThrottleGroup typedef to header
Eduardo Habkost
2020-08-27
1
-2
/
+2
*
qom: Change object_get_canonical_path_component() not to malloc
Markus Armbruster
2020-07-21
1
-1
/
+1
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-3
/
+1
*
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-13
/
+9
*
qapi: Use returned bool to check for failure, manual part
Markus Armbruster
2020-07-10
1
-3
/
+2
*
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-4
/
+2
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-4
/
+2
*
throttle-groups: fix memory leak in throttle_group_set_limit:
PanNengyuan
2020-01-06
1
-2
/
+2
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
throttle-groups: fix restart coroutine iothread race
Stefan Hajnoczi
2019-01-24
1
-0
/
+9
*
throttle-groups: Don't allow timers without throttled requests
Alberto Garcia
2018-08-15
1
-10
/
+22
*
throttle-groups: Skip the round-robin if a member is being drained
Alberto Garcia
2018-08-15
1
-0
/
+9
*
throttle-groups: fix hang when group member leaves
Stefan Hajnoczi
2018-07-19
1
-0
/
+4
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
throttle-groups: forget timer and schedule next TGM on detach
Stefan Hajnoczi
2017-11-16
1
-0
/
+12
*
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
2017-11-13
1
-0
/
+6
*
block/throttle-groups.c: allocate RestartData on the heap
Manos Pitsidianakis
2017-09-26
1
-5
/
+7
*
block: add throttle block filter driver
Manos Pitsidianakis
2017-09-06
1
-1
/
+14
*
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
2017-09-05
1
-42
/
+382
*
block: tidy ThrottleGroupMember initializations
Manos Pitsidianakis
2017-09-05
1
-0
/
+3
*
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
2017-09-05
1
-14
/
+24
*
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
2017-09-05
1
-144
/
+144
*
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
2017-07-18
1
-9
/
+1
*
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
2017-07-18
1
-10
/
+10
*
throttle: Update throttle-groups.c documentation
Alberto Garcia
2017-06-26
1
-1
/
+1
*
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
2017-06-16
1
-2
/
+10
*
throttle-groups: do not use qemu_co_enter_next
Paolo Bonzini
2017-06-16
1
-5
/
+37
*
throttle-groups: only start one coroutine from drained_begin
Paolo Bonzini
2017-06-16
1
-20
/
+25
*
block: access io_limits_disabled with atomic ops
Paolo Bonzini
2017-06-16
1
-1
/
+1
*
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
1
-1
/
+1
*
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2017-02-21
1
-0
/
+2
*
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
2016-10-24
1
-4
/
+23
*
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
1
-6
/
+6
*
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
1
-3
/
+2
*
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
1
-61
/
+68
*
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
1
-6
/
+6
*
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-19
1
-66
/
+68
*
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
1
-0
/
+4
*
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-05-12
1
-0
/
+14
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-0
/
+1
*
throttle: Check for pending requests in throttle_group_unregister_bs()
Alberto Garcia
2015-11-11
1
-0
/
+7
*
throttle: Remove throttle_group_lock/unlock()
Alberto Garcia
2015-10-23
1
-30
/
+1
*
block/throttle-groups: Make incref/decref public
Max Reitz
2015-10-23
1
-8
/
+11
*
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
2015-06-23
1
-2
/
+7
*
throttle: acquire the ThrottleGroup lock in bdrv_swap()
Alberto Garcia
2015-06-12
1
-1
/
+30
*
throttle: Add throttle group support
Alberto Garcia
2015-06-12
1
-4
/
+210
*
throttle: Add throttle group infrastructure
Alberto Garcia
2015-06-12
1
-0
/
+261