index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
throttle-groups.c
Age
Commit message (
Expand
)
Author
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2017-11-16
throttle-groups: forget timer and schedule next TGM on detach
Stefan Hajnoczi
2017-11-13
throttle-groups: drain before detaching ThrottleState
Stefan Hajnoczi
2017-09-26
block/throttle-groups.c: allocate RestartData on the heap
Manos Pitsidianakis
2017-09-06
block: add throttle block filter driver
Manos Pitsidianakis
2017-09-05
block: convert ThrottleGroup to object with QOM
Manos Pitsidianakis
2017-09-05
block: tidy ThrottleGroupMember initializations
Manos Pitsidianakis
2017-09-05
block: add aio_context field in ThrottleGroupMember
Manos Pitsidianakis
2017-09-05
block: move ThrottleGroup membership to ThrottleGroupMember
Manos Pitsidianakis
2017-07-18
block: remove timer canceling in throttle_config()
Manos Pitsidianakis
2017-07-18
block: add clock_type field to ThrottleGroup
Manos Pitsidianakis
2017-06-26
throttle: Update throttle-groups.c documentation
Alberto Garcia
2017-06-16
throttle-groups: protect throttled requests with a CoMutex
Paolo Bonzini
2017-06-16
throttle-groups: do not use qemu_co_enter_next
Paolo Bonzini
2017-06-16
throttle-groups: only start one coroutine from drained_begin
Paolo Bonzini
2017-06-16
block: access io_limits_disabled with atomic ops
Paolo Bonzini
2017-02-21
coroutine-lock: add mutex argument to CoQueue APIs
Paolo Bonzini
2017-02-21
block: explicitly acquire aiocontext in timers that need it
Paolo Bonzini
2016-10-24
throttle: Correct access to wrong BlockBackendPublic structures
Alberto Garcia
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
2016-05-12
block: introduce bdrv_no_throttling_begin/end
Paolo Bonzini
2016-05-12
block: move restarting of throttled reqs to block/throttle-groups.c
Paolo Bonzini
2016-01-20
block: Clean up includes
Peter Maydell
2015-11-11
throttle: Check for pending requests in throttle_group_unregister_bs()
Alberto Garcia
2015-10-23
throttle: Remove throttle_group_lock/unlock()
Alberto Garcia
2015-10-23
block/throttle-groups: Make incref/decref public
Max Reitz
2015-06-23
throttle: Check current timers before updating any_timer_armed[]
Alberto Garcia
2015-06-12
throttle: acquire the ThrottleGroup lock in bdrv_swap()
Alberto Garcia
2015-06-12
throttle: Add throttle group support
Alberto Garcia
2015-06-12
throttle: Add throttle group infrastructure
Alberto Garcia