aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-16hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase resetPeter Maydell
2022-12-16hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase resetPeter Maydell
2022-12-16target/xtensa: Convert to 3-phase resetPeter Maydell
2022-12-16target/tricore: Convert to 3-phase resetPeter Maydell
2022-12-16target/sparc: Convert to 3-phase resetPeter Maydell
2022-12-16target/sh4: Convert to 3-phase resetPeter Maydell
2022-12-16target/rx: Convert to 3-phase resetPeter Maydell
2022-12-16target/riscv: Convert to 3-phase resetPeter Maydell
2022-12-16target/ppc: Convert to 3-phase resetPeter Maydell
2022-12-16target/openrisc: Convert to 3-phase resetPeter Maydell
2022-12-16target/nios2: Convert to 3-phase resetPeter Maydell
2022-12-16target/mips: Convert to 3-phase resetPeter Maydell
2022-12-16target/microblaze: Convert to 3-phase resetPeter Maydell
2022-12-16target/m68k: Convert to 3-phase resetPeter Maydell
2022-12-16target/loongarch: Convert to 3-phase resetPeter Maydell
2022-12-16target/i386: Convert to 3-phase resetPeter Maydell
2022-12-16target/hexagon: Convert to 3-phase resetPeter Maydell
2022-12-16target/cris: Convert to 3-phase resetPeter Maydell
2022-12-16target/avr: Convert to 3-phase resetPeter Maydell
2022-12-16target/arm: Convert to 3-phase resetPeter Maydell
2022-12-16hw/core/cpu-common: Convert TYPE_CPU class to 3-phase resetPeter Maydell
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell
2022-12-16hw/misc/mos6522: Convert TYPE_MOS6522 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/input/ps2: Convert TYPE_PS2_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-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-12-16hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-16pci: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-12-16hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devicesPeter 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-15target/arm: Restrict arm_cpu_exec_interrupt() to TCG acceleratorPhilippe Mathieu-Daudé
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-15block: remove unnecessary assert_bdrv_graph_writable()Emanuele Giuseppe Esposito
2022-12-15block: wrlock in bdrv_replace_child_nopermEmanuele Giuseppe Esposito
2022-12-15block: Fix locking in external_snapshot_prepare()Kevin Wolf
2022-12-15test-bdrv-drain: Fix incorrrect drain assumptionsKevin Wolf
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-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito