aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio/vfio-container-base.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger1-0/+7
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger1-0/+2
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater1-3/+0
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater1-2/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-1/+0
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater1-9/+3
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater1-1/+0
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan1-0/+3
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan1-6/+6
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan1-1/+1
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-2/+2
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater1-4/+15
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater1-2/+16
2024-03-08vfio: allow cpr-reboot migration if suspendedSteve Sistare1-0/+1
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater1-1/+1
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater1-0/+1
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater1-0/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater1-0/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-4/+19
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater1-0/+1
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan1-5/+7
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan1-0/+3
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan1-0/+5
2023-12-19vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan1-0/+6
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan1-0/+1
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger1-0/+2
2023-12-19vfio/container: Move listener to base containerEric Auger1-0/+3
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan1-0/+11
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger1-0/+2
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan1-0/+1
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger1-0/+6
2023-12-19vfio/container: Move space field to base containerEric Auger1-0/+9
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/+4
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger1-0/+7
2023-12-19vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan1-0/+50