aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/container-base.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan1-4/+4
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater1-3/+3
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater1-2/+2
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-1/+11
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan1-1/+1
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan1-0/+4
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan1-0/+21
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan1-0/+3
2023-12-19vfio/container: Move listener to base containerEric Auger1-0/+1
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan1-0/+1
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger1-0/+1
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger1-0/+16
2023-12-19vfio/container: Move space field to base containerEric Auger1-1/+5
2023-12-19vfio/common: Move giommu_list in base containerEric Auger1-0/+9
2023-12-19vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan1-0/+9
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger1-0/+32