summary refs log tree commit diff stats
path: root/hw/vfio/iommufd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins2024-07-231-0/+28
* vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins2024-07-231-0/+32
* vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins2024-07-231-0/+26
* vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins2024-07-231-0/+11
* vfio/iommufd: Add hw_caps field to HostIOMMUDeviceCapsJoao Martins2024-07-231-0/+1
* vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins2024-07-231-1/+0
* vfio/iommufd: Introduce auto domain creationJoao Martins2024-07-231-0/+85
* vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()Joao Martins2024-07-231-4/+4
* backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins2024-07-231-1/+3
* HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger2024-07-091-0/+11
* HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger2024-07-091-1/+1
* vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger2024-07-091-7/+1
* vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater2024-06-241-1/+0
* vfio/container: Remove vfio_container_init()Cédric Le Goater2024-06-241-1/+0
* vfio/container: Remove VFIOContainerBase::opsCédric Le Goater2024-06-241-2/+2
* vfio/container: Switch to QOMCédric Le Goater2024-06-241-2/+2
* vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater2024-06-241-0/+1
* vfio/container: Simplify vfio_container_init()Cédric Le Goater2024-06-241-1/+1
* vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater2024-06-241-1/+1
* HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger2024-06-241-0/+16
* HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger2024-06-241-0/+2
* vfio: Create host IOMMU device instanceZhenzhong Duan2024-06-241-0/+2
* vfio/iommufd: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan2024-06-241-0/+30
* backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan2024-06-241-1/+4
* backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan2024-05-161-3/+2
* vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan2024-05-161-2/+1
* vfio/iommufd: Make iommufd_cdev_*() return boolZhenzhong Duan2024-05-161-49/+39
* vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan2024-05-161-6/+5
* vfio/pci: Use g_autofree in iommufd_cdev_get_info_iova_range()Zhenzhong Duan2024-05-161-3/+1
* vfio/iommufd: Fix memory leakCédric Le Goater2024-03-191-11/+8
* Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-0/+1
|\
| * hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* | vfio: register container for cprSteve Sistare2024-03-081-0/+6
|/
* vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater2024-01-051-6/+0
* vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2024-01-051-9/+26
* vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2023-12-191-4/+4
* vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-4/+8
* vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan2023-12-191-0/+150
* vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan2023-12-191-1/+55
* vfio/iommufd: Implement the iommufd backendYi Liu2023-12-191-0/+422