aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-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-15hw: Include the VMWare devices only in the x86 targetsThomas Huth
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-15s390x/pci: coalesce unmap operationsMatthew Rosato
2022-12-15hw/arm/boot: set initrd with #address-cells type in fdtSchspa Shi
2022-12-15hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase resetPeter Maydell
2022-12-15hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase resetPeter Maydell
2022-12-15hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase resetPeter Maydell
2022-12-15hw/arm: Convert TYPE_ARM_SMMU to 3-phase resetPeter Maydell
2022-12-15hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisementLuke Starrett
2022-12-15target/arm: Add Cortex-A55 CPUTimofey Kutergin
2022-12-15hw/arm/virt: build SMBIOS 19 tableMihai Carabas
2022-12-15hw/arm/virt: Add properties to disable high memory regionsGavin Shan
2022-12-15hw/arm/virt: Add 'compact-highmem' propertyGavin Shan
2022-12-15hw/arm/virt: Improve high memory region address assignmentGavin Shan
2022-12-15hw/arm/virt: Introduce virt_get_high_memmap_enabled() helperGavin Shan
2022-12-15hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap()Gavin Shan
2022-12-15hw/arm/virt: Introduce virt_set_high_memmap() helperGavin Shan
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi virtio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi rocker: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi pci: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi net: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi machine: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14ppc4xx_sdram: Simplify sdram_ddr_size() to returnMarkus Armbruster
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-12-14error: Move ERRP_GUARD() to the beginning of the functionMarkus Armbruster
2022-12-14error: Drop a few superfluous ERRP_GUARD()Markus Armbruster
2022-12-14error: Drop some obviously superfluous error_propagate()Markus Armbruster
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster