aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-07-01hw/misc: In STM32L4x5 EXTI, correct configurable interruptsInès Varhol
2024-07-01hw/arm/xilinx_zynq: Add boot-mode propertySai Pavan Boddu
2024-07-01hw/misc/zynq_slcr: Add boot-mode propertySai Pavan Boddu
2024-07-01xen-hvm: Avoid livelock while handling buffered ioreqsRoss Lagerwall
2024-07-01xen: fix stubdom PCI addrMarek Marczykowski-Górecki
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki
2024-07-01hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdevNicolin Chen
2024-07-01hw/misc: Implement mailbox properties for customer OTP and device specific pr...Rayhan Faizel
2024-07-01hw/arm: Connect OTP device to BCM2835Rayhan Faizel
2024-07-01hw/nvram: Add BCM2835 OTP deviceRayhan Faizel
2024-06-30Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson
2024-06-30hw/core/loader: gunzip(): fix memory leak on error pathVladimir Sementsov-Ogievskiy
2024-06-30hw/arm/bcm2836: Remove unusued struct 'BCM283XClass'Dr. David Alan Gilbert
2024-06-30cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino
2024-06-30hw/ufs: Fix potential bugs in MMIO read|writeMinwoo Im
2024-06-26hw/riscv/virt.c: Make block devices default to virtioSunil V L
2024-06-26hw/riscv/virt.c: imsics DT: add '#msi-cells'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: imsics DT: add 'qemu, imsics' to 'compatible'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: change imsic nodename to 'interrupt-controller'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: aplic DT: rename prop to 'riscv, delegation'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: aplic DT: add 'qemu, aplic' to 'compatible'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: rename aplic nodename to 'interrupt-controller'Daniel Henrique Barboza
2024-06-26hw/riscv/virt.c: add aplic nodename helperDaniel Henrique Barboza
2024-06-26hw/riscv/virt.c: add address-cells in create_fdt_one_aplic()Daniel Henrique Barboza
2024-06-24Merge tag 'pull-vfio-20240624' of https://github.com/legoater/qemu into stagingRichard Henderson
2024-06-24Merge tag 'sdmmc-20240624' of https://github.com/philmd/qemu into stagingRichard Henderson
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater
2024-06-24vfio/container: Introduce vfio_iommu_legacy_instance_init()Cédric Le Goater
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater
2024-06-24vfio/container: Introduce an instance_init() handlerCédric Le Goater
2024-06-24vfio/container: Switch to QOMCédric Le Goater
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater
2024-06-24vfio/container: Discover IOMMU type before creating the containerCédric Le Goater
2024-06-24vfio/container: Introduce vfio_create_container()Cédric Le Goater
2024-06-24vfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater
2024-06-24vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater
2024-06-24vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger
2024-06-24intel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan