aboutsummaryrefslogtreecommitdiff
path: root/include/hw/vfio
AgeCommit message (Expand)Author
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-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.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
2023-02-16vfio/migration: Rename functions/structs related to v1 protocolAvihai Horon
2023-02-16vfio/migration: Block multiple devices migrationAvihai Horon
2022-05-06vfio/common: Rename VFIOGuestIOMMU::iommu into ::iommu_mrYi Liu
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand
2020-11-23vfio: Change default dirty pages tracking behavior during migrationKirti Wankhede
2020-11-23vfio: Make migration support experimentalAlex Williamson
2020-11-01vfio: Add routine for finding VFIO_DEVICE_GET_INFO capabilitiesMatthew Rosato
2020-11-01vfio: Find DMA available capabilityMatthew Rosato
2020-11-01qapi: Add VFIO devices migration stats in Migration statsKirti Wankhede
2020-11-01vfio: Get migration capability flags for containerKirti Wankhede
2020-11-01vfio: Add save state functions to SaveVMHandlersKirti Wankhede
2020-11-01vfio: Add migration state change notifierKirti Wankhede
2020-11-01vfio: Add VM state change handler to know state of VMKirti Wankhede
2020-11-01vfio: Add migration region initialization and finalize functionKirti Wankhede
2020-11-01vfio: Add save and load functions for VFIO PCI devicesKirti Wankhede
2020-11-01vfio: Add vfio_get_object callback to VFIODeviceOpsKirti Wankhede
2020-11-01vfio: Add function to unmap VFIO regionKirti Wankhede
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand
2019-10-04vfio: Turn the container error into an Error handleEric Auger
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster