]> git.proxmox.com Git - mirror_qemu.git/history - block.c
pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap
[mirror_qemu.git] / block.c
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 Wolfblock: GRAPH_RDLOCK for functions only called by co_wra...
2022-12-15 Kevin WolfMark assert_bdrv_graph_readable/writable() GRAPH_RD...
2022-12-15 Emanuele Giuseppe... block: assert that graph read and writes are performed...
2022-12-15 Emanuele Giuseppe... block: remove unnecessary assert_bdrv_graph_writable()
2022-12-15 Emanuele Giuseppe... block: wrlock in bdrv_replace_child_noperm
2022-12-15 Kevin Wolfblock: Fix locking in external_snapshot_prepare()
2022-12-15 Emanuele Giuseppe... block: convert bdrv_create to co_wrapper
2022-12-15 Emanuele Giuseppe... block: bdrv_create_file is a coroutine_fn
2022-12-15 Emanuele Giuseppe... block: distinguish between bdrv_create running in corou...
2022-12-15 Emanuele Giuseppe... block: avoid duplicating filename string in bdrv_create
2022-12-15 Kevin Wolfblock: Remove poll parameter from bdrv_parent_drained_b...
2022-12-15 Kevin Wolfblock: Don't poll in bdrv_replace_child_noperm()
2022-12-15 Kevin Wolfblock: Remove ignore_bds_parents parameter from drain_b...
2022-12-15 Kevin Wolfblock: Call drain callbacks only once
2022-12-15 Kevin Wolfblock: Remove subtree drains
2022-12-15 Kevin Wolfstream: Replace subtree drain with a single node drain
2022-12-15 Kevin Wolfblock: Don't use subtree drains in bdrv_drop_intermediate()
2022-12-15 Kevin Wolfblock: Drain individual nodes during reopen
2022-12-15 Kevin Wolfblock: Fix locking for bdrv_reopen_queue_child()
2022-12-15 Kevin Wolfblock: Remove drained_end_counter
2022-12-15 Kevin Wolfblock: Revert .bdrv_drained_begin/end to non-coroutine_fn
2022-12-15 Vladimir Sementsov... block: refactor bdrv_list_refresh_perms to allow any...
2022-12-15 Vladimir Sementsov... block: bdrv_refresh_perms(): allow external tran
2022-12-15 Vladimir Sementsov... block: drop bdrv_remove_filter_or_cow_child
2022-12-15 Vladimir Sementsov... block: Inline bdrv_detach_child()
2022-11-15 Stefan HajnocziMerge tag 'pull-x86-20221115' of https://gitlab.com...
2022-11-14 Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2022-11-10 Hanna Reitzblock: Make bdrv_child_get_parent_aio_context I/O
2022-11-07 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-11-07 Stefan HajnocziMerge tag 'pull-loongarch-20221107' of https://gitlab...
2022-11-07 Stefan HajnocziMerge tag 'pull-request-2022-11-06' of https://gitlab...
2022-11-07 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-11-06 Claudio Fontanamodule: add Error arguments to module_load and module_l...
2022-11-06 Claudio Fontanamodule: rename module_load_one to module_load
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-30 Stefan HajnocziMerge tag 'misc-next-pull-request' of https://gitlab...
2022-10-30 Stefan HajnocziMerge tag 'block-pull-request' of https://gitlab.com...
2022-10-27 Alberto Fariablock: switch to *_co_* functions
2022-10-27 Emanuele Giuseppe... block: remove bdrv_try_set_aio_context and replace...
2022-10-27 Emanuele Giuseppe... block: rename bdrv_child_try_change_aio_context in...
2022-10-27 Emanuele Giuseppe... block: remove all unused ->can_set_aio_ctx and ->set_ai...
2022-10-27 Emanuele Giuseppe... block: use the new _change_ API instead of _can_set_...
2022-10-27 Emanuele Giuseppe... block: implement .change_aio_ctx in child_of_bds
2022-10-27 Emanuele Giuseppe... bdrv_change_aio_context: use hash table instead of...
2022-10-27 Emanuele Giuseppe... block: use transactions as a replacement of ->{can_...
2022-10-27 Emanuele Giuseppe... block.c: assert bs->aio_context is written under BQL...
2022-10-27 Vladimir Sementsov... block: refactor bdrv_remove_file_or_backing_child to...
2022-10-27 Vladimir Sementsov... block: Manipulate bs->file / bs->backing pointers in...
2022-10-27 Vladimir Sementsov... Revert "block: Pass BdrvChild ** to replace_child_noperm"
2022-10-27 Vladimir Sementsov... Revert "block: Restructure remove_file_or_backing_child()"
2022-10-27 Vladimir Sementsov... Revert "block: Let replace_child_tran keep indirect...
2022-10-27 Vladimir Sementsov... Revert "block: Let replace_child_noperm free children"
2022-10-27 Vladimir Sementsov... block: introduce bdrv_open_file_child() helper
2022-10-27 Bin Mengblock: Refactor get_tmp_filename()
2022-10-27 Bin Mengblock: Ignore close() failure in get_tmp_filename()
2022-10-26 Stefan Hajnocziblock: add BDRV_REQ_REGISTERED_BUF request flag
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... jobs: group together API calls under the same job lock
2022-10-07 Paolo Bonziniblock: add missing coroutine_fn annotations
2022-07-14 Peter MaydellMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-07-14 Peter MaydellMerge tag 'qga-win32-pull-2022-07-13' of github.com...
2022-07-14 Peter MaydellMerge tag 'darwin-20220712' of https://github.com/philm...
2022-07-13 Peter MaydellMerge tag 'mips-20220712' of https://github.com/philmd...
2022-07-12 Peter MaydellMerge tag 'pull-block-2022-07-12' of https://gitlab...
2022-07-12 Alberto Fariablock: Change blk_{pread,pwrite}() param order
2022-07-12 Alberto Fariablock: Add a 'flags' param to blk_pread()
2022-07-12 Alberto Fariablock: Make blk_{pread,pwrite}() return 0 on success
2022-05-15 Richard HendersonMerge tag 'or1k-pull-request-20220515' of https://githu...
2022-05-05 Richard HendersonMerge tag 'pull-target-arm-20220505' of https://git...
2022-05-04 Richard HendersonMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-05-04 Hanna Reitzblock: Classify bdrv_get_flags() as I/O function
2022-04-20 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-04-06 Marc-André LureauReplace qemu_real_host_page variables with inlined...
2022-03-08 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2022-03-05 Peter MaydellMerge remote-tracking branch 'remotes/kwolf-gitlab...
2022-03-04 Emanuele Giuseppe... block_int-common.h: assertions in the callers of BdrvCh...
2022-03-04 Emanuele Giuseppe... block_int-common.h: assertions in the callers of BlockD...
next