summary refs log tree commit diff stats
path: root/backends/iommufd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap supportJoao Martins2024-07-231-0/+29
* vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking supportJoao Martins2024-07-231-0/+23
* vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins2024-07-231-1/+2
* vfio/iommufd: Introduce auto domain creationJoao Martins2024-07-231-0/+30
* backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabi...Joao Martins2024-07-231-1/+3
* backends/iommufd: Get rid of qemu_open_old()Zhao Liu2024-07-171-2/+1
* backends/iommufd: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan2024-06-241-0/+23
* backends/iommufd: Introduce helper function iommufd_backend_get_device_info()Zhenzhong Duan2024-06-241-0/+22
* backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan2024-06-241-17/+18
* backends/iommufd: Make iommufd_backend_*() return boolZhenzhong Duan2024-05-161-16/+13
* error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2024-04-241-1/+0
* backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* backends/iommufd: Remove mutexCédric Le Goater2024-01-051-7/+0
* backends/iommufd: Remove check on number of backend usersCédric Le Goater2024-01-051-5/+0
* backends/iommufd: Introduce the iommufd objectEric Auger2023-12-191-0/+245