aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/iommufd.c
AgeCommit message (Expand)AuthorFilesLines
27 hoursHostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger1-0/+11
27 hoursHostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger1-1/+1
27 hoursvfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger1-7/+1
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater1-1/+0
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater1-1/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-2/+2
2024-06-24vfio/container: Switch to QOMCédric Le Goater1-2/+2
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater1-0/+1
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater1-1/+1
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater1-1/+1
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger1-0/+16
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger1-0/+2
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan1-0/+2
2024-06-24vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+30
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan1-1/+4
2024-05-16backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan1-3/+2
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan1-2/+1
2024-05-16vfio/iommufd: Make iommufd_cdev_*() return boolZhenzhong Duan1-49/+39
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-6/+5
2024-05-16vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan1-3/+1
2024-03-19vfio/iommufd: Fix memory leakCédric Le Goater1-11/+8
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+1
2024-03-12hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-08vfio: register container for cprSteve Sistare1-0/+6
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater1-6/+0
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater1-9/+26
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan1-4/+4
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-4/+8
2023-12-19vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan1-0/+150
2023-12-19vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan1-1/+55
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu1-0/+422