aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/common.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-16vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan1-1/+1
2024-05-16vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan1-2/+2
2024-05-16vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater1-21/+39
2024-05-16memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater1-4/+9
2024-05-16vfio: Reverse test on vfio_get_xlat_addr()Cédric Le Goater1-9/+13
2024-05-16migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater1-2/+2
2024-05-16vfio: Add Error** argument to vfio_devices_dma_logging_start()Cédric Le Goater1-11/+15
2024-05-16vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater1-2/+2
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater1-1/+3
2024-03-12Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-13/+4
2024-03-11migration: migration_file_set_errorSteve Sistare1-8/+1
2024-03-11migration: migration_is_deviceSteve Sistare1-3/+1
2024-03-11migration: export migration_is_activeSteve Sistare1-2/+2
2024-03-11migration: export migration_is_setup_or_activeSteve Sistare1-1/+1
2024-03-08vfio: allow cpr-reboot migration if suspendedSteve Sistare1-1/+1
2024-01-29vfio: use matching sizeof typePaolo Bonzini1-1/+1
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-2/+2
2024-01-05hw/vfio: fix iteration over global VFIODevice listVolker Rümelin1-4/+4
2024-01-05vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater1-3/+0
2024-01-05vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater1-1/+1
2024-01-05vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater1-1/+5
2024-01-05vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater1-1/+1
2023-12-19vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan1-4/+5
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu1-0/+6
2023-12-19vfio/common: return early if space isn't emptyZhenzhong Duan1-3/+6
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan1-6/+2
2023-12-19vfio/container: Implement attach/detach_deviceEric Auger1-0/+16
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan1-2/+3
2023-12-19vfio/container: Move listener to base containerEric Auger1-55/+55
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan1-19/+19
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger1-8/+9
2023-12-19vfio/container: Convert functions to base containerEric Auger1-24/+18
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan1-8/+15
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger1-4/+8
2023-12-19vfio/container: Move space field to base containerEric Auger1-2/+2
2023-12-19vfio/common: Move giommu_list in base containerEric Auger1-6/+11
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger1-20/+25
2023-11-06vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan1-68/+2
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-1/+0
2023-11-03vfio: Collect container iova range infoEric Auger1-0/+9
2023-10-20migration: simplify blockersSteve Sistare1-8/+2
2023-10-18vfio/pci: Fix a potential memory leak in vfio_listener_region_addZhenzhong Duan1-1/+1
2023-10-18vfio/common: Move legacy VFIO backend code into separate container.cYi Liu1-1139/+16
2023-10-18vfio/common: Introduce a global VFIODevice listZhenzhong Duan1-26/+19
2023-10-18vfio/common: Store the parent container in VFIODeviceZhenzhong Duan1-1/+7
2023-10-18vfio/common: Introduce a per container device listZhenzhong Duan1-78/+63
2023-10-18vfio/common: Move VFIO reset handler registration to a group agnostic functionZhenzhong Duan1-8/+7
2023-10-18vfio/ccw: Use vfio_[attach/detach]_deviceEric Auger1-5/+5
2023-10-18vfio/pci: Introduce vfio_[attach/detach]_deviceEric Auger1-0/+74
2023-10-18vfio/common: Extract out vfio_kvm_device_[add/del]_fdZhenzhong Duan1-16/+39