summary refs log tree commit diff stats
path: root/hw/vfio/container-base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/container: Fix container object destructionCédric Le Goater2024-11-181-1/+1
* vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger2024-07-091-0/+15
* vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater2024-06-241-1/+3
* vfio/container: Remove vfio_container_init()Cédric Le Goater2024-06-241-5/+0
* vfio/container: Remove VFIOContainerBase::opsCédric Le Goater2024-06-241-13/+24
* vfio/container: Introduce an instance_init() handlerCédric Le Goater2024-06-241-6/+13
* vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater2024-06-241-1/+3
* vfio/container: Simplify vfio_container_init()Cédric Le Goater2024-06-241-2/+1
* vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan2024-05-161-4/+4
* vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater2024-05-161-3/+3
* vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater2024-05-161-2/+2
* vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-1/+11
* vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2023-12-191-1/+1
* vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan2023-12-191-0/+4
* vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2023-12-191-0/+21
* vfio/container: Move iova_ranges to base containerZhenzhong Duan2023-12-191-0/+3
* vfio/container: Move listener to base containerEric Auger2023-12-191-0/+1
* vfio/container: Move vrdl_list to base containerZhenzhong Duan2023-12-191-0/+1
* vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2023-12-191-0/+1
* vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger2023-12-191-0/+16
* vfio/container: Move space field to base containerEric Auger2023-12-191-1/+5
* vfio/common: Move giommu_list in base containerEric Auger2023-12-191-0/+9
* vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan2023-12-191-0/+9
* vfio/container: Switch to dma_map|unmap APIEric Auger2023-12-191-0/+32