aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-12-20accel/tcg: Use interval tree for TBs in user-only modeRichard Henderson
2022-12-20util: Add interval-tree.cRichard Henderson
2022-12-19pci: Move HMP command from hw/pci/pcie_aer.c to pci-hmp-cmds.cMarkus Armbruster
2022-12-18Merge tag 'pull-loongarch-20221215' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2022-12-17Merge tag 'pull-target-arm-20221216' of https://git.linaro.org/people/pmaydel...Peter Maydell
2022-12-16hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI to 3-phase resetPeter Maydell
2022-12-16pci: Convert child classes of TYPE_PCIE_ROOT_PORT to 3-phase resetPeter Maydell
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell
2022-12-16hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase resetPeter Maydell
2022-12-16hw: Remove device_legacy_reset()Peter Maydell
2022-12-16qdev: Remove qdev_reset_all() and qbus_reset_all()Peter Maydell
2022-12-16Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2022-12-15Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-12-15Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd...Peter Maydell
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth
2022-12-15block: GRAPH_RDLOCK for functions only called by co_wrappersKevin Wolf
2022-12-15block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlockEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce annotations that take the graph rdlockEmanuele Giuseppe Esposito
2022-12-15Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCKKevin Wolf
2022-12-15graph-lock: TSA annotations for lock/unlock functionsKevin Wolf
2022-12-15block: assert that graph read and writes are performed correctlyEmanuele Giuseppe Esposito
2022-12-15clang-tsa: Add macros for shared locksKevin Wolf
2022-12-15clang-tsa: Add TSA_ASSERT() macroKevin Wolf
2022-12-15Import clang-tsa.hKevin Wolf
2022-12-15graph-lock: Implement guard macrosEmanuele Giuseppe Esposito
2022-12-15graph-lock: Introduce a lock to protect block graph operationsPaolo Bonzini
2022-12-15block: Factor out bdrv_drain_all_begin_nopoll()Kevin Wolf
2022-12-15block/dirty-bitmap: convert coroutine-only functions to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: convert bdrv_create to co_wrapperEmanuele Giuseppe Esposito
2022-12-15block-coroutine-wrapper.py: introduce co_wrapperEmanuele Giuseppe Esposito
2022-12-15block: rename generated_co_wrapper in co_wrapper_mixedEmanuele Giuseppe Esposito
2022-12-15block: bdrv_create_file is a coroutine_fnEmanuele Giuseppe Esposito
2022-12-15block-backend: replace bdrv_*_above with blk_*_aboveEmanuele Giuseppe Esposito
2022-12-15block-copy: add coroutine_fn annotationsEmanuele Giuseppe Esposito
2022-12-15block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_abov...Emanuele Giuseppe Esposito
2022-12-15block: Remove poll parameter from bdrv_parent_drained_begin_single()Kevin Wolf
2022-12-15block: Don't poll in bdrv_replace_child_noperm()Kevin Wolf
2022-12-15block: Remove ignore_bds_parents parameter from drain_begin/end.Kevin Wolf
2022-12-15block: Call drain callbacks only onceKevin Wolf
2022-12-15block: Remove subtree drainsKevin Wolf
2022-12-15stream: Replace subtree drain with a single node drainKevin Wolf
2022-12-15block: Remove drained_end_counterKevin Wolf
2022-12-15block: Revert .bdrv_drained_begin/end to non-coroutine_fnKevin Wolf
2022-12-15s390x/pci: reset ISM passthrough devices on shutdown and system resetMatthew Rosato
2022-12-15s390x/pci: shrink DMA aperture to be bound by vfio DMA limitMatthew Rosato
2022-12-15hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase resetPeter Maydell
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-15hw/loongarch/virt: Add cfi01 pflash deviceXiaojuan Yang