]> git.proxmox.com Git - mirror_qemu.git/history - util/thread-pool.c
Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into staging
[mirror_qemu.git] / util / thread-pool.c
2023-09-25 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-09-25 Stefan HajnocziMerge tag 'pull-target-arm-20230921' of https://git...
2023-09-21 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2023-09-21 Stefan HajnocziMerge tag 'pull-parallels-2023-09-20-v2' of https:...
2023-09-21 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-09-20 Stefan Hajnocziblock: remove AIOCBInfo->get_aio_context()
2023-08-09 Richard HendersonMerge tag 'or1k-pull-request-20230809' of https://githu...
2023-08-02 Richard HendersonMerge tag 'misc-fixes-20230801' of https://github.com...
2023-08-01 Richard HendersonMerge tag 'io-tls-hs-crash-pull-request' of https:...
2023-08-01 Richard HendersonMerge tag 'pull-xen-20230801' of https://xenbits.xen...
2023-08-01 Anthony PERARDthread-pool: signal "request_cond" while locked
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-04-26 Richard HendersonMerge tag 'pull-qapi-2023-04-26' of https://repo.or...
2023-04-26 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-04-25 Emanuele Giuseppe... thread-pool: avoid passing the pool parameter every...
2023-04-25 Emanuele Giuseppe... thread-pool: use ThreadPool from the running thread
2022-05-25 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-05-25 Paolo Bonzinithread-pool: remove stopping variable
2022-05-25 Paolo Bonzinithread-pool: replace semaphore with condition variable
2022-05-25 Paolo Bonzinithread-pool: optimize scheduling of completion bottom...
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-09 Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2022-05-09 Nicolas Saenz Julienneutil/event-loop-base: Introduce options to set the...
2020-06-25 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20200...
2020-05-05 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2020-05-05 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2020-05-05 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2020-05-04 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2020-05-04 Daniel Brodskylockable: replaced locks with lock guard macros where...
2019-06-12 Peter MaydellMerge remote-tracking branch 'remotes/dgibson/tags...
2019-06-12 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2019-06-12 Markus ArmbrusterInclude qemu-common.h exactly where needed
2017-03-20 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2017-03-18 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20170...
2017-03-17 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-03-17 Peter Lieventhread-pool: add missing qemu_bh_cancel in completion...
2017-02-26 Peter MaydellMerge remote-tracking branch 'remotes/artyom/tags/pull...
2017-02-21 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2017-02-21 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2017-02-21 Paolo Bonziniblock: explicitly acquire aiocontext in aio callbacks...
2017-02-21 Paolo Bonziniblock: explicitly acquire aiocontext in bottom halves...
2017-02-21 Paolo Bonziniblock: move AioContext, QEMUTimer, main-loop to libqemuutil