aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio
AgeCommit message (Expand)Author
2024-07-23vfio/common: Allow disabling device dirty page trackingJoao Martins
2024-07-23vfio/iommufd: Probe and request hwpt dirty tracking capabilityJoao Martins
2024-07-23vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins
2024-07-23vfio/iommufd: Introduce auto domain creationJoao Martins
2024-07-23vfio/pci: Extract mdev check into an helperJoao Martins
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater
2024-06-24vfio: Remove unused declarations from vfio-common.hCédric Le Goater
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan
2024-06-24backends/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD[_VFIO] devicesZhenzhong Duan
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan
2024-05-16vfio/migration: Emit VFIO migration QAPI eventAvihai Horon
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater
2024-05-16vfio/migration: Add Error** argument to .vfio_save_config() handlerCédric Le Goater
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater
2024-05-14ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim
2024-03-08vfio: allow cpr-reboot migration if suspendedSteve Sistare
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/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/spapr: Extend VFIOIOMMUOps with a release handlerCé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/pci: Introduce a vfio pci hot reset interfaceZhenzhong 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/spapr: Introduce spapr backend and target interfaceZhenzhong 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