aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/container.c
AgeCommit message (Expand)AuthorFilesLines
12 daysvfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins1-0/+4
12 daysvfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins1-4/+1
12 dayshw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()Eric Auger1-1/+0
2024-07-17hw/vfio/container: Get rid of qemu_open_old()Zhao Liu1-4/+2
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger1-0/+10
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger1-1/+1
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger1-7/+1
2024-07-02Remove inclusion of hw/hw.h from files that don't need itThomas Huth1-1/+0
2024-06-24vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater1-2/+0
2024-06-24vfio/container: Introduce vfio_iommu_legacy_instance_init()Cédric Le Goater1-1/+8
2024-06-24vfio/container: Remove vfio_container_init()Cédric Le Goater1-3/+0
2024-06-24vfio/container: Remove VFIOContainerBase::opsCédric Le Goater1-6/+9
2024-06-24vfio/container: Switch to QOMCédric Le Goater1-3/+3
2024-06-24vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater1-0/+1
2024-06-24vfio/container: Discover IOMMU type before creating the containerCédric Le Goater1-24/+23
2024-06-24vfio/container: Introduce vfio_create_container()Cédric Le Goater1-4/+15
2024-06-24vfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater1-12/+6
2024-06-24vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater1-3/+3
2024-06-24vfio/container: Simplify vfio_container_init()Cédric Le Goater1-3/+3
2024-06-24vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater1-1/+1
2024-06-24HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger1-0/+16
2024-06-24HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger1-0/+1
2024-06-24vfio: Create host IOMMU device instanceZhenzhong Duan1-0/+2
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan1-0/+15
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+19
2024-06-24vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan1-1/+4
2024-05-16vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan1-2/+1
2024-05-16vfio/container: Make vfio_get_device() return boolZhenzhong Duan1-9/+7
2024-05-16vfio/container: Make vfio_set_iommu() return boolZhenzhong Duan1-12/+10
2024-05-16vfio/container: Make vfio_connect_container() return boolZhenzhong Duan1-11/+7
2024-05-16vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan1-5/+5
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-7/+7
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater1-6/+8
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater1-3/+3
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-0/+1
2024-03-12Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+0
2024-03-12hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11migration: remove migration.h referencesSteve Sistare1-1/+0
2024-03-08vfio: register container for cprSteve Sistare1-1/+10
2024-01-05vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan1-3/+3
2024-01-05vfio/container: Replace basename with g_path_get_basenameCédric Le Goater1-2/+3
2024-01-05vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater1-12/+6
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 Goater1-9/+49
2024-01-05vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater1-3/+3
2024-01-05vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater1-28/+35
2024-01-05vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater1-6/+4
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan1-16/+18
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan1-0/+170
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan1-4/+0