aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/iommufd.c
AgeCommit message (Expand)AuthorFilesLines
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