summary refs log tree commit diff stats
path: root/include/hw/vfio/vfio-common.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio: register container for cprSteve Sistare2024-03-081-0/+3
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-1/+1
* vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2024-01-051-1/+0
* vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2024-01-051-1/+0
* vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan2023-12-191-0/+2
* vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2023-12-191-5/+7
* vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-0/+4
* vfio/iommufd: Implement the iommufd backendYi Liu2023-12-191-0/+11
* vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan2023-12-191-1/+0
* vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan2023-12-191-1/+0
* vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2023-12-191-5/+0
* vfio/container: Move iova_ranges to base containerZhenzhong Duan2023-12-191-1/+0
* vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger2023-12-191-2/+0
* vfio/container: Move listener to base containerEric Auger2023-12-191-3/+0
* vfio/container: Move vrdl_list to base containerZhenzhong Duan2023-12-191-11/+0
* vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2023-12-191-2/+0
* vfio/container: Convert functions to base containerEric Auger2023-12-191-5/+4
* vfio/container: Move per container device list in base containerZhenzhong Duan2023-12-191-2/+1
* vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger2023-12-191-6/+0
* vfio/container: Move space field to base containerEric Auger2023-12-191-8/+0
* vfio/common: Move giommu_list in base containerEric Auger2023-12-191-9/+0
* vfio/container: Switch to dma_map|unmap APIEric Auger2023-12-191-4/+0
* vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan2023-12-191-1/+1
* vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan2023-12-191-6/+2
* vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan2023-11-061-5/+0
* vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan2023-11-061-6/+0
* vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan2023-11-061-1/+3
* vfio: Collect container iova range infoEric Auger2023-11-031-0/+1
* vfio/common: Move legacy VFIO backend code into separate container.cYi Liu2023-10-181-0/+35
* vfio/common: Introduce a global VFIODevice listZhenzhong Duan2023-10-181-0/+2
* vfio/common: Store the parent container in VFIODeviceZhenzhong Duan2023-10-181-0/+1
* vfio/common: Introduce a per container device listZhenzhong Duan2023-10-181-0/+2
* vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger2023-10-181-5/+0
* vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger2023-10-181-0/+3
* vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan2023-10-181-0/+3
* vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu2023-10-181-0/+9
* vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins2023-09-111-0/+2
* vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan2023-07-101-1/+1
* vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan2023-07-101-2/+1
* vfio/migration: Make VFIO migration non-experimentalAvihai Horon2023-06-301-3/+3
* vfio/migration: Reset bytes_transferred properlyAvihai Horon2023-06-301-0/+1
* vfio: Implement a common device info helperAlex Williamson2023-06-301-0/+1
* vfio/migration: Add support for switchover ack capabilityAvihai Horon2023-06-301-0/+1
* vfio/migration: Add VFIO migration pre-copy supportAvihai Horon2023-06-301-0/+2
* vfio/migration: Store VFIO migration flags in VFIOMigrationAvihai Horon2023-06-301-0/+1
* vfio/migration: Rename entry pointsAlex Williamson2023-03-071-3/+3
* vfio/migration: Block migration with vIOMMUJoao Martins2023-03-071-0/+2
* vfio/common: Add device dirty page tracking start/stopJoao Martins2023-03-071-0/+2
* vfio/migration: Remove VFIO migration protocol v1Avihai Horon2023-02-161-5/+0
* vfio/migration: Implement VFIO migration protocol v2Avihai Horon2023-02-161-0/+5