aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-16hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase resetPeter Maydell1-3/+11
2022-12-16hw: Remove device_legacy_reset()Peter Maydell3-20/+0
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell3-85/+0
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell5-5/+5
2022-12-16hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()Peter Maydell1-2/+2
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell2-4/+4
2022-12-16hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devicesPeter Maydell1-1/+1
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell45-1127/+1574
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell25-158/+287
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell26-141/+459
2022-12-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé1-2/+3
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth5-13/+11
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf4-18/+23
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito2-23/+32
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito2-1/+20
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf3-6/+6
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf2-10/+73
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito4-19/+28
2022-12-15block: remove unnecessary assert_bdrv_graph_writable()Emanuele Giuseppe Esposito1-3/+0
2022-12-15block: wrlock in bdrv_replace_child_nopermEmanuele Giuseppe Esposito1-4/+3
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf2-0/+8
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf1-0/+18
2022-12-15clang-tsa: Add macros for shared locksKevin Wolf1-0/+4
2022-12-15clang-tsa: Add TSA_ASSERT() macroKevin Wolf1-0/+9
2022-12-15Import clang-tsa.hKevin Wolf1-0/+101
2022-12-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito3-0/+15
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito1-0/+66
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini5-0/+411
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf2-6/+14
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito5-92/+22
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito2-41/+8
2022-12-15block-coroutine-wrapper.py: support also basic return typesEmanuele Giuseppe Esposito2-12/+12
2022-12-15block-coroutine-wrapper.py: support functions without bs argEmanuele Giuseppe Esposito2-11/+11
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito3-38/+86
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito6-68/+71
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito12-14/+16
2022-12-15block: distinguish between bdrv_create running in coroutine and notEmanuele Giuseppe Esposito1-35/+34
2022-12-15block: avoid duplicating filename string in bdrv_createEmanuele Giuseppe Esposito1-5/+2
2022-12-15block/vmdk: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-17/+19
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito4-18/+48
2022-12-15nbd/server.c: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-13/+16
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito2-11/+15
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito2-3/+70
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf3-11/+6
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf4-15/+108
2022-12-15block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()Kevin Wolf1-13/+12
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf3-39/+24
2022-12-15block: Call drain callbacks only onceKevin Wolf4-40/+39
2022-12-15block: Remove subtree drainsKevin Wolf6-389/+44
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf3-13/+33