summary refs log tree commit diff stats
path: root/hw/vfio/container.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins2024-07-231-0/+4
* vfio/{iommufd,container}: Remove caps::aw_bitsJoao Martins2024-07-231-4/+1
* hw/vfio/container: Fix SIGSEV on vfio_container_instance_finalize()Eric Auger2024-07-231-1/+0
* hw/vfio/container: Get rid of qemu_open_old()Zhao Liu2024-07-171-4/+2
* HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger2024-07-091-0/+10
* HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger2024-07-091-1/+1
* vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger2024-07-091-7/+1
* Remove inclusion of hw/hw.h from files that don't need itThomas Huth2024-07-021-1/+0
* vfio/container: Move vfio_container_destroy() to an instance_finalize() handlerCédric Le Goater2024-06-241-2/+0
* vfio/container: Introduce vfio_iommu_legacy_instance_init()Cédric Le Goater2024-06-241-1/+8
* vfio/container: Remove vfio_container_init()Cédric Le Goater2024-06-241-3/+0
* vfio/container: Remove VFIOContainerBase::opsCédric Le Goater2024-06-241-6/+9
* vfio/container: Switch to QOMCédric Le Goater2024-06-241-3/+3
* vfio/container: Change VFIOContainerBase to use QOMCédric Le Goater2024-06-241-0/+1
* vfio/container: Discover IOMMU type before creating the containerCédric Le Goater2024-06-241-24/+23
* vfio/container: Introduce vfio_create_container()Cédric Le Goater2024-06-241-4/+15
* vfio/container: Introduce vfio_get_iommu_class_name()Cédric Le Goater2024-06-241-12/+6
* vfio/container: Modify vfio_get_iommu_type() to use a container fdCédric Le Goater2024-06-241-3/+3
* vfio/container: Simplify vfio_container_init()Cédric Le Goater2024-06-241-3/+3
* vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater2024-06-241-1/+1
* HostIOMMUDevice: Introduce get_iova_ranges callbackEric Auger2024-06-241-0/+16
* HostIOMMUDevice: Store the VFIO/VDPA agentEric Auger2024-06-241-0/+1
* vfio: Create host IOMMU device instanceZhenzhong Duan2024-06-241-0/+2
* vfio/container: Implement HostIOMMUDeviceClass::get_cap() handlerZhenzhong Duan2024-06-241-0/+15
* vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan2024-06-241-0/+19
* vfio/container: Introduce TYPE_HOST_IOMMU_DEVICE_LEGACY_VFIO deviceZhenzhong Duan2024-06-241-1/+4
* vfio/cpr: Make vfio_cpr_register_container() return boolZhenzhong Duan2024-05-161-2/+1
* vfio/container: Make vfio_get_device() return boolZhenzhong Duan2024-05-161-9/+7
* vfio/container: Make vfio_set_iommu() return boolZhenzhong Duan2024-05-161-12/+10
* vfio/container: Make vfio_connect_container() return boolZhenzhong Duan2024-05-161-11/+7
* vfio: Make VFIOIOMMUClass::setup() return boolZhenzhong Duan2024-05-161-5/+5
* vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan2024-05-161-7/+7
* vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater2024-05-161-6/+8
* vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater2024-05-161-3/+3
* Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-0/+1
|\
| * hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* | Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-03-121-1/+0
|\ \
| * | migration: remove migration.h referencesSteve Sistare2024-03-111-1/+0
| |/
* / vfio: register container for cprSteve Sistare2024-03-081-1/+10
|/
* vfio/container: Rename vfio_init_container to vfio_set_iommuZhenzhong Duan2024-01-051-3/+3
* vfio/container: Replace basename with g_path_get_basenameCédric Le Goater2024-01-051-2/+3
* vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-12/+6
* vfio/container: Intoduce a new VFIOIOMMUClass::setup handlerCédric Le Goater2024-01-051-0/+1
* vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2024-01-051-9/+49
* vfio/container: Initialize VFIOIOMMUOps under vfio_init_container()Cédric Le Goater2024-01-051-3/+3
* vfio/container: Introduce vfio_legacy_setup() for further cleanupsCédric Le Goater2024-01-051-28/+35
* vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater2024-01-051-6/+4
* vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2023-12-191-16/+18
* vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan2023-12-191-0/+170
* vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan2023-12-191-4/+0