aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-18Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into s...Peter Maydell1-0/+5
2022-12-17Merge tag 'pull-target-arm-20221216' of https://git.linaro.org/people/pmaydel...Peter Maydell5-39/+4
2022-12-16hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase resetPeter Maydell1-1/+1
2022-12-16pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase resetPeter Maydell1-1/+1
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell1-1/+1
2022-12-16hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase resetPeter Maydell1-1/+1
2022-12-16hw: Remove device_legacy_reset()Peter Maydell1-9/+0
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell1-26/+0
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell13-171/+581
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+6
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell3-2/+4
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth1-1/+1
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf1-11/+9
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito1-22/+31
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito1-1/+8
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf2-4/+4
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf1-10/+70
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito2-17/+15
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-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito1-0/+66
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini3-0/+149
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf1-0/+1
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito3-6/+19
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito1-2/+6
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito3-60/+63
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito1-1/+2
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito1-0/+9
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito1-2/+3
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito1-0/+15
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf1-3/+2
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf1-0/+8
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf1-2/+1
2022-12-15block: Call drain callbacks only onceKevin Wolf1-4/+4
2022-12-15block: Remove subtree drainsKevin Wolf3-28/+3
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf1-0/+3
2022-12-15block: Remove drained_end_counterKevin Wolf2-29/+1
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf1-4/+6
2022-12-15s390x/pci: reset ISM passthrough devices on shutdown and system resetMatthew Rosato1-0/+5
2022-12-15s390x/pci: shrink DMA aperture to be bound by vfio DMA limitMatthew Rosato1-0/+1
2022-12-15hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase resetPeter Maydell1-1/+1
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan1-0/+1
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan1-0/+1
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell3-7/+4
2022-12-15hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang1-0/+5
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-2/+1
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster1-5/+2
2022-12-14io: Tidy up fat-fingered parameter nameMarkus Armbruster1-1/+1