aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio/vfio-common.h
AgeCommit message (Expand)Author
2024-03-08vfio: register container for cprSteve Sistare
2024-02-28migration: convert to NotifierWithReturnSteve Sistare
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger
2023-12-19vfio/container: Move listener to base containerEric Auger
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger
2023-12-19vfio/container: Convert functions to base containerEric Auger
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger
2023-12-19vfio/container: Move space field to base containerEric Auger
2023-12-19vfio/common: Move giommu_list in base containerEric Auger
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger
2023-12-19vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan
2023-12-19vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan
2023-11-03vfio: Collect container iova range infoEric Auger
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger
2023-10-18vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan
2023-10-18vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu
2023-09-11vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon
2023-06-30vfio/migration: Reset bytes_transferred properlyAvihai Horon
2023-06-30vfio: Implement a common device info helperAlex Williamson
2023-06-30vfio/migration: Add support for switchover ack capabilityAvihai Horon
2023-06-30vfio/migration: Add VFIO migration pre-copy supportAvihai Horon
2023-06-30vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon
2023-03-07vfio/migration: Rename entry pointsAlex Williamson
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins
2023-02-16vfio/migration: Remove VFIO migration protocol v1Avihai Horon
2023-02-16vfio/migration: Implement VFIO migration protocol v2Avihai Horon