aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell3-179/+336
2024-01-11hw/intc/loongarch_extioi: Add vmstate post_load supportBibo Mao1-44/+76
2024-01-11hw/intc/loongarch_extioi: Add dynamic cpu number supportBibo Mao2-37/+73
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao3-42/+113
2024-01-11hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi opsBibo Mao1-59/+77
2024-01-11Merge tag 'pull-target-arm-20240111' of https://git.linaro.org/people/pmaydel...Peter Maydell17-5/+413
2024-01-10target/riscv: add zicbop extension flagDaniel Henrique Barboza1-0/+5
2024-01-10hw/riscv/virt.c: fix the interrupts-extended property format of PLICYong-Xuan Wang1-20/+27
2024-01-10hw/riscv/virt-acpi-build.c: Add PLIC in MADTSunil V L1-0/+29
2024-01-10hw/riscv/virt-acpi-build.c: Add IO controllers and devicesSunil V L2-4/+76
2024-01-10hw/riscv/virt: Update GPEX MMIO related propertiesSunil V L1-15/+32
2024-01-10hw/pci-host/gpex: Define properties for MMIO rangesSunil V L2-0/+25
2024-01-10hw/riscv/virt-acpi-build.c: Add MMU node in RHCTSunil V L1-1/+35
2024-01-10hw/riscv/virt-acpi-build.c: Add CMO information in RHCTSunil V L1-8/+56
2024-01-10hw/riscv/virt-acpi-build.c: Add APLIC in the MADTSunil V L1-0/+34
2024-01-10hw/riscv/virt-acpi-build.c: Add IMSIC in the MADTSunil V L1-0/+35
2024-01-10hw/riscv/virt-acpi-build.c: Add AIA support in RINTCSunil V L1-4/+39
2024-01-10hw/riscv: virt: Make few IMSIC macros and functions publicSunil V L1-24/+1
2024-01-10hw/i386/acpi-microvm.c: Use common function to add virtio in DSDTSunil V L1-13/+2
2024-01-10hw/arm/virt-acpi-build.c: Migrate virtio creation to common locationSunil V L3-28/+38
2024-01-10hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common locationSunil V L4-34/+28
2024-01-09hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registersPeter Maydell1-0/+11
2024-01-09hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registersPeter Maydell1-4/+13
2024-01-09hw/arm: Add missing QOM parent for v7-M SoCsPhilippe Mathieu-Daudé5-0/+5
2024-01-09hw/arm/socs: configure priority bits for existing SOCsSamuel Tardieu5-0/+6
2024-01-09hw/arm/armv7m: alias the NVIC "num-prio-bits" propertySamuel Tardieu1-0/+2
2024-01-09hw/intc/armv7m_nvic: add "num-prio-bits" propertySamuel Tardieu1-1/+22
2024-01-09hw/arm: Add minimal support for the B-L475E-IOT01A boardInès Varhol3-0/+79
2024-01-09hw/arm: Add minimal support for the STM32L4x5 SoCInès Varhol3-0/+271
2024-01-09hw/arm: add cache controller for Freescale i.MX6Nikita Ostrenkov2-0/+4
2024-01-08Rename "QEMU global mutex" to "BQL" in comments and docsStefan Hajnoczi3-8/+8
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2-2/+2
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi2-2/+2
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi4-10/+10
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi19-54/+54
2024-01-08Merge tag 'pull-vfio-20240107' of https://github.com/legoater/qemu into stagingPeter Maydell8-131/+199
2024-01-05vfio/migration: Add helper function to set state or reset deviceAvihai Horon1-24/+17
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan1-3/+3
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater1-6/+0
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin1-4/+4
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater1-2/+3
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater1-3/+0
2024-01-05vfio/spapr: Only compile sPAPR IOMMU support when neededCédric Le Goater1-1/+1
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2-10/+27
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater2-27/+30
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater1-0/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2-10/+54
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater3-3/+13
2024-01-05vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater1-3/+3
2024-01-05vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater1-28/+35