aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-01-09hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registersPeter Maydell
2024-01-09hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell
2024-01-09hw/arm: Add missing QOM parent for v7-M SoCsPhilippe Mathieu-Daudé
2024-01-09hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu
2024-01-09hw/arm: Add minimal support for the B-L475E-IOT01A boardInès Varhol
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol
2024-01-09hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into stagingPeter Maydell
2024-01-05vfio/migration: Add helper function to set state or reset deviceAvihai Horon
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater
2024-01-05vfio/spapr: Only compile sPAPR IOMMU support when neededCédric Le Goater
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater
2024-01-05vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater
2024-01-05edu: fix DMA range upper bound checkMax Erenberg
2024-01-05hw/net: cadence_gem: Fix MDIO_OP_xxx valuesBin Meng
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-05target/sparc: Simplify qemu_irq_ackClément Chigot
2024-01-05hw/net/can/sja1000: fix bug for single acceptance filter and standard framePavel Pisa
2024-01-05hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_stateThomas Huth
2024-01-05hw/pci-host/raven: Propagate error in raven_realize()Philippe Mathieu-Daudé
2024-01-05hw/nvram: Simplify memory_region_init_rom_device() callsPhilippe Mathieu-Daudé
2024-01-05hw/misc: Simplify memory_region_init_ram_from_fd() callsPhilippe Mathieu-Daudé
2024-01-05hw/sparc: Simplify memory_region_init_ram_nomigrate() callsPhilippe Mathieu-Daudé
2024-01-05hw/arm: Simplify memory_region_init_rom() callsPhilippe Mathieu-Daudé
2024-01-05hw: Simplify memory_region_init_ram() callsPhilippe Mathieu-Daudé
2024-01-05misc: Simplify qemu_prealloc_mem() callsPhilippe Mathieu-Daudé
2024-01-05hw/mips: Inline 'bios.h' definitionsPhilippe Mathieu-Daudé
2024-01-05hw: Simplify accesses to the CPUState::'start-powered-off' propertyPhilippe Mathieu-Daudé
2024-01-05hw/ppc/spapr_cpu_core: Access QDev properties with proper APIPhilippe Mathieu-Daudé
2024-01-05hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' propertyPhilippe Mathieu-Daudé
2024-01-05hw/arm/bcm2836: Simplify use of 'reset-cbar' propertyPhilippe Mathieu-Daudé
2024-01-05hw/audio/sb16: Do not migrate qdev propertiesPhilippe Mathieu-Daudé
2024-01-05hw/cpu/cluster: Cleanup unused included header in cluster.cZhao Liu