aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio
AgeCommit message (Expand)AuthorFilesLines
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim1-1/+1
2024-03-08vfio: allow cpr-reboot migration if suspendedSteve Sistare1-0/+1
2024-03-08vfio: register container for cprSteve Sistare1-0/+3
2024-02-28migration: convert to NotifierWithReturnSteve Sistare1-1/+1
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2-2/+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 Goater2-1/+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: Introduce a helper function to initialize VFIODeviceZhenzhong Duan1-0/+2
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2-10/+14
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-0/+4
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan1-0/+3
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu1-0/+11
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan1-1/+0
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan1-1/+0
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2-5/+5
2023-12-19vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan1-0/+6
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan2-1/+1
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger2-2/+2
2023-12-19vfio/container: Move listener to base containerEric Auger2-3/+3
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan2-11/+11
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2-2/+2
2023-12-19vfio/container: Convert functions to base containerEric Auger1-5/+4
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan2-2/+2
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger2-6/+6
2023-12-19vfio/container: Move space field to base containerEric Auger2-8/+9
2023-12-19vfio/common: Move giommu_list in base containerEric Auger2-9/+9
2023-12-19vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan1-0/+4
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger2-4/+7
2023-12-19vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan1-1/+1
2023-12-19vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan2-6/+52
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan1-5/+0
2023-11-06vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan1-6/+0
2023-11-06vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan1-1/+3
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-7/+0
2023-11-03vfio: Collect container iova range infoEric Auger1-0/+1
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu1-0/+35
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan1-0/+2
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan1-0/+1
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan1-0/+2
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger1-5/+0
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger1-0/+3
2023-10-18vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan1-0/+3
2023-10-18vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu1-0/+9
2023-09-11vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins1-0/+2
2023-07-10vfio/migration: Return bool type for vfio_migration_realize()Zhenzhong Duan1-1/+1
2023-07-10vfio/migration: Change vIOMMU blocker from global to per deviceZhenzhong Duan1-2/+1
2023-06-30vfio/migration: Make VFIO migration non-experimentalAvihai Horon1-3/+3