summary refs log tree commit diff stats
path: root/hw/vfio/common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* migration: Drop migration_is_setup_or_active()Peter Xu2024-10-311-1/+1
* Merge tag 'pull-vfio-20240723-1' of https://github.com/legoater/qemu into sta...Richard Henderson2024-07-241-7/+10
|\
| * vfio/common: Allow disabling device dirty page trackingJoao Martins2024-07-231-0/+3
| * vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins2024-07-231-10/+6
| * vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdevJoao Martins2024-07-231-0/+4
* | hw/vfio/common: Add vfio_listener_region_del_iommu trace eventEric Auger2024-07-221-1/+2
|/
* memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger2024-07-091-8/+0
* vfio/container: Remove VFIOContainerBase::opsCédric Le Goater2024-06-241-1/+1
* vfio/container: Simplify vfio_container_init()Cédric Le Goater2024-06-241-0/+1
* vfio/container: Introduce vfio_address_space_insert()Cédric Le Goater2024-06-241-0/+6
* vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()Avihai Horon2024-06-241-25/+38
* vfio/common: Move dirty tracking ranges update to helperJoao Martins2024-06-241-16/+22
* vfio: Make vfio_devices_dma_logging_start() return boolCédric Le Goater2024-06-241-7/+7
* hw/vfio: Remove memory_region_iommu_set_iova_ranges() callEric Auger2024-06-241-10/+0
* vfio: Create host IOMMU device instanceZhenzhong Duan2024-06-241-1/+15
* vfio: Make VFIOIOMMUClass::add_window() and its wrapper return boolZhenzhong Duan2024-05-161-1/+1
* vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return boolZhenzhong Duan2024-05-161-2/+2
* vfio: Add Error** argument to .get_dirty_bitmap() handlerCédric Le Goater2024-05-161-21/+39
* memory: Add Error** argument to memory_get_xlat_addr()Cédric Le Goater2024-05-161-4/+9
* vfio: Reverse test on vfio_get_xlat_addr()Cédric Le Goater2024-05-161-9/+13
* migration: Extend migration_file_set_error() with Error* argumentCédric Le Goater2024-05-161-2/+2
* vfio: Add Error** argument to vfio_devices_dma_logging_start()Cédric Le Goater2024-05-161-11/+15
* vfio: Add Error** argument to .set_dirty_page_tracking() handlerCédric Le Goater2024-05-161-2/+2
* memory: Add Error** argument to .log_global_start() handlerCédric Le Goater2024-04-231-1/+3
* Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell2024-03-121-13/+4
|\
| * migration: migration_file_set_errorSteve Sistare2024-03-111-8/+1
| * migration: migration_is_deviceSteve Sistare2024-03-111-3/+1
| * migration: export migration_is_activeSteve Sistare2024-03-111-2/+2
| * migration: export migration_is_setup_or_activeSteve Sistare2024-03-111-1/+1
* | vfio: allow cpr-reboot migration if suspendedSteve Sistare2024-03-081-1/+1
|/
* vfio: use matching sizeof typePaolo Bonzini2024-01-291-1/+1
* remove unnecessary casts from uintptr_tPaolo Bonzini2024-01-181-2/+2
* hw/vfio: fix iteration over global VFIODevice listVolker Rümelin2024-01-051-4/+4
* vfio/iommufd: Remove CONFIG_IOMMUFD usageCédric Le Goater2024-01-051-3/+0
* vfio/iommufd: Introduce a VFIOIOMMU iommufd QOM interfaceCédric Le Goater2024-01-051-1/+1
* vfio/container: Introduce a VFIOIOMMU legacy QOM interfaceCédric Le Goater2024-01-051-1/+5
* vfio/container: Introduce a VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-1/+1
* vfio: Make VFIOContainerBase poiner parameter const in VFIOIOMMUOps callbacksZhenzhong Duan2023-12-191-4/+5
* vfio/iommufd: Implement the iommufd backendYi Liu2023-12-191-0/+6
* vfio/common: return early if space isn't emptyZhenzhong Duan2023-12-191-3/+6
* vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2023-12-191-6/+2
* vfio/container: Implement attach/detach_deviceEric Auger2023-12-191-0/+16
* vfio/container: Move iova_ranges to base containerZhenzhong Duan2023-12-191-2/+3
* vfio/container: Move listener to base containerEric Auger2023-12-191-55/+55
* vfio/container: Move vrdl_list to base containerZhenzhong Duan2023-12-191-19/+19
* vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2023-12-191-8/+9
* vfio/container: Convert functions to base containerEric Auger2023-12-191-24/+18
* vfio/container: Move per container device list in base containerZhenzhong Duan2023-12-191-8/+15
* vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger2023-12-191-4/+8
* vfio/container: Move space field to base containerEric Auger2023-12-191-2/+2