aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio
AgeCommit message (Expand)Author
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-05vfio/migration: Add helper function to set state or reset deviceAvihai Horon
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan
2024-01-05vfio/iommufd: Remove the use of stat() to check file existenceCédric Le Goater
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater
2024-01-05vfio/spapr: Only compile sPAPR IOMMU support when neededCédric Le Goater
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater
2024-01-05vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater
2024-01-05vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater
2023-12-30hw/vfio: Constify VMStateRichard Henderson
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan
2023-12-19vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_initZhenzhong Duan
2023-12-19vfio/ap: Move VFIODevice initializations in vfio_ap_instance_initZhenzhong Duan
2023-12-19vfio/platform: Move VFIODevice initializations in vfio_platform_instance_initZhenzhong Duan
2023-12-19vfio/pci: Move VFIODevice initializations in vfio_instance_initZhenzhong Duan
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan
2023-12-19vfio/ccw: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ccw: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/platform: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/platform: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger
2023-12-19vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan
2023-12-19vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu
2023-12-19vfio/common: return early if space isn't emptyZhenzhong Duan
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/spapr: Introduce spapr backend and target interfaceZhenzhong Duan
2023-12-19vfio/container: Implement attach/detach_deviceEric Auger
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