aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24vfio/common: Move dirty tracking ranges update to helperJoao Martins1-16/+22
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater1-4/+0
2024-06-24vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater1-7/+7
2024-06-24memory: Remove IOMMU MR iommu_set_iova_range APIEric Auger2-45/+0
2024-06-24hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger1-10/+0
2024-06-24virtio-iommu: Remove the implementation of iommu_set_iova_rangeEric Auger1-67/+0
2024-06-24virtio-iommu: Compute host reserved regionsEric Auger1-34/+113
2024-06-24HostIOMMUDevice: Store the aliased bus and devfnEric Auger2-2/+8
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger3-0/+40
2024-06-24virtio-iommu: Implement set|unset]_iommu_device() callbacksEric Auger2-0/+84
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger3-0/+4
2024-06-24intel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan1-0/+29
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu2-0/+83
2024-06-24intel_iommu: Extract out vtd_cap_init() to initialize cap/ecapZhenzhong Duan1-42/+51
2024-06-24vfio/pci: Pass HostIOMMUDevice to vIOMMUZhenzhong Duan1-5/+14
2024-06-24hw/pci: Introduce pci_device_[set|unset]_iommu_device()Yi Liu2-1/+64
2024-06-24hw/pci: Introduce helper function pci_device_get_iommu_bus_devfn()Zhenzhong Duan1-3/+45
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan5-1/+23
2024-06-24backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+23
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+15
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+30
2024-06-24backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan2-0/+25
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan3-0/+37
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan4-18/+41
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan2-1/+7
2024-06-24backends/host_iommu_device: Introduce HostIOMMUDeviceCapsZhenzhong Duan1-0/+38
2024-06-24backends: Introduce HostIOMMUDevice abstractZhenzhong Duan4-0/+89
2024-06-24Merge tag 'pull-request-2024-06-24' of https://gitlab.com/thuth/qemu into sta...Richard Henderson12-32/+49
2024-06-24target/s390x: Add a CONFIG switch to disable legacy CPUsThomas Huth3-0/+19
2024-06-24MAINTAINERS: Cover all tests/qtest/migration-* filesThomas Huth1-1/+2
2024-06-24target/s390x/arch_dump: use correct byte order for pidOmar Sandoval1-1/+1
2024-06-24tests/qtest/fuzz: fix memleak in qos_fuzz.cDmitry Frolov1-0/+1
2024-06-24vfio/{ap, ccw}: Use warn_report_err() for IRQ notifier registration errorsCédric Le Goater2-2/+2
2024-06-24vfio/ccw: Fix the missed unrealize() call in error pathZhenzhong Duan1-1/+2
2024-06-24vfio/ccw: Use the 'Error **errp' argument of vfio_ccw_realize()Cédric Le Goater1-7/+5
2024-06-24s390x/css: Make S390CCWDeviceClass::realize return boolCédric Le Goater3-6/+6
2024-06-24hw/s390x/ccw: Remove local Error variable from s390_ccw_realize()Cédric Le Goater1-8/+5
2024-06-24s390x/css: Make CCWDeviceClass::realize return boolCédric Le Goater3-4/+4
2024-06-24hw/s390x/ccw: Make s390_ccw_get_dev_info() return a boolCédric Le Goater1-6/+6
2024-06-22Merge tag 'pull-target-arm-20240622' of https://git.linaro.org/people/pmaydel...Richard Henderson15-90/+179
2024-06-21Merge tag 'migration-20240621-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson33-239/+838
2024-06-21migration: Remove unused VMSTATE_ARRAY_TEST() macroPhilippe Mathieu-Daudé1-10/+0
2024-06-21tests/migration-tests: Cover postcopy failure on reconnectPeter Xu1-18/+77
2024-06-21tests/migration-tests: Verify postcopy-recover-setup statusPeter Xu1-0/+6
2024-06-21hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machineXiong Yining2-1/+14
2024-06-21hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1David Hubbard2-2/+3
2024-06-21hw/misc: Set valid access size for Exynos4210 RNGZheyu Ma1-0/+2
2024-06-21hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUsZhenyu Zhang1-0/+11
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell4-8/+49