]> git.proxmox.com Git - mirror_qemu.git/history - tests/unit/test-bdrv-drain.c
block: remove AioContext locking
[mirror_qemu.git] / tests / unit / test-bdrv-drain.c
2023-12-21 Stefan Hajnocziblock: remove AioContext locking
2023-12-21 Stefan Hajnoczigraph-lock: remove AioContext locking
2023-11-21 Stefan HajnocziMerge tag 'pull-lu-20231121' of https://gitlab.com...
2023-11-21 Stefan HajnocziMerge tag 'pull-xenfv-20231121' of git://git.infradead...
2023-11-21 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-11-21 Kevin Wolfblock: Fix deadlocks in bdrv_graph_wrunlock()
2023-11-10 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
2023-11-10 Stefan HajnocziMerge tag 'xen-virtio-fix-1-tag' of https://gitlab...
2023-11-09 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-11-08 Kevin Wolfblock: Introduce bdrv_co_change_backing_file()
2023-11-08 Kevin Wolfblock: Protect bs->backing with graph_lock
2023-11-07 Kevin Wolfblock: Mark bdrv_replace_node() GRAPH_WRLOCK
2023-11-07 Kevin Wolfblock: Mark block_job_add_bdrv() GRAPH_WRLOCK
2023-10-20 Stefan HajnocziMerge tag 'C3700-pull-request' of https://github.com...
2023-10-17 Stefan HajnocziMerge tag 'gpu-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'python-pull-request' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-loongarch-20231013' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'pull-ufs-20231013' of https://gitlab.com...
2023-10-16 Stefan HajnocziMerge tag 'pull-request-2023-10-12' of https://gitlab...
2023-10-16 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-10-12 Kevin Wolfblock: Protect bs->children with graph_lock
2023-10-12 Emanuele Giuseppe... block: Mark drain related functions GRAPH_RDLOCK
2023-10-12 Kevin Wolftest-bdrv-drain: Don't call bdrv_graph_wrlock() in...
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 Hajnoczitest-bdrv-drain: avoid race with BH in IOThread drain...
2023-09-20 Kevin Wolfblock: Mark bdrv_unref_child() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Mark bdrv_attach_child() GRAPH_WRLOCK
2023-09-20 Kevin Wolfblock: Take AioContext lock for bdrv_append() more...
2023-06-21 Richard HendersonMerge tag 'seabios-hppa-v7-pull-request' of https:...
2023-05-30 Richard HendersonMerge tag 'pull-tcg-20230530' of https://gitlab.com...
2023-05-30 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-05-30 Stefan Hajnocziaio: remove aio_disable_external() API
2023-05-30 Stefan Hajnocziblock: drain from main loop thread in bdrv_co_yield_to_...
2023-05-22 Richard HendersonMerge tag 'pull-qapi-2023-05-17-v2' of https://repo...
2023-05-22 Richard HendersonMerge tag 'pull-request-2023-05-22' of https://gitlab...
2023-05-22 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-05-19 Kevin Wolftest-bdrv-drain: Call bdrv_co_unref() in coroutine...
2023-05-19 Kevin Wolftest-bdrv-drain: Take graph lock more selectively
2023-05-17 Richard HendersonMerge tag 'linux-user-for-8.1-pull-request' of https...
2023-05-13 Richard HendersonMerge tag 'or1k-pull-request-20230513' of https://githu...
2023-05-10 Richard HendersonMerge tag 'pull-testing-updates-100523-1' of https...
2023-05-10 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-05-10 Kevin Wolftest-bdrv-drain: Don't modify the graph in coroutines
2023-02-26 Peter MaydellMerge tag 'pull-riscv-to-apply-20230224' of github...
2023-02-24 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-02-23 Kevin Wolfblock: Mark public read/write functions GRAPH_RDLOCK
2023-01-20 Peter MaydellMerge tag 'pull-riscv-to-apply-20230120' of https:...
2023-01-20 Peter MaydellMerge tag 'pull-include-2023-01-20' of https://repo...
2023-01-20 Markus Armbrusterinclude/block: Untangle inclusion loops
2022-12-18 Peter MaydellMerge tag 'pull-hex-20221216-1' of https://github.com...
2022-12-18 Peter MaydellMerge tag 'pull-loongarch-20221215' of https://gitlab...
2022-12-17 Peter MaydellMerge tag 'pull-target-arm-20221216' of https://git...
2022-12-16 Peter MaydellMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-12-15 Kevin Wolftest-bdrv-drain: Fix incorrrect drain assumptions
2022-12-15 Kevin Wolfblock: Don't poll in bdrv_replace_child_noperm()
2022-12-15 Kevin Wolfblock: Call drain callbacks only once
2022-12-15 Kevin Wolfblock: Remove subtree drains
2022-12-15 Kevin Wolfblock: Revert .bdrv_drained_begin/end to non-coroutine_fn
2022-12-15 Kevin Wolftest-bdrv-drain: Don't yield in .bdrv_co_drained_begin...
2022-11-03 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-31 Stefan HajnocziMerge tag 'pull-qemu-20221031' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'imp-202210-pull-request' of https://github...
2022-10-31 Stefan HajnocziMerge tag 'pull-ppc-20221029' of https://gitlab.com...
2022-10-31 Stefan HajnocziMerge tag 'pull-request-2022-10-28' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'mem-2022-10-28' of https://github.com/davidh...
2022-10-30 Stefan HajnocziMerge tag 'pull-error-2022-10-28' of https://repo.or...
2022-10-30 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2022-10-30 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-10-27 Emanuele Giuseppe... block: remove bdrv_try_set_aio_context and replace...
2022-10-27 Vladimir Sementsov... block: Manipulate bs->file / bs->backing pointers in...
2022-10-27 Vladimir Sementsov... tests-bdrv-drain: bdrv_replace_test driver: declare...
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-13 Stefan HajnocziMerge tag 'win32-pull-request' of https://gitlab.com...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-13 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-12 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-10-12 Stefan HajnocziMerge tag 'pull-target-arm-20221010' of https://git...
2022-10-12 Stefan HajnocziMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-10-07 Emanuele Giuseppe... job.c: enable job lock/unlock and remove Aiocontext...
2022-10-07 Emanuele Giuseppe... jobs: use job locks also in the unit tests
2021-12-29 Richard HendersonMerge tag 'pull-jobs-2021-12-29' of https://src.openvz...
2021-12-28 Vladimir Sementsov... test-bdrv-drain: don't use BlockJob.blk
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-09-30 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-09-29 Vladimir Sementsov... block: use int64_t instead of uint64_t in driver read...
2021-07-11 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-07-04 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-07-03 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-07-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-06-29 Vladimir Sementsov... block: move supports_backing check to bdrv_set_file_or_...
2021-05-16 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/pull...
next