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