summary refs log tree commit diff stats
path: root/hw/vfio/helpers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/helpers: Align mmapsAlex Williamson2024-10-231-2/+30
* vfio/helpers: Refactor vfio_region_mmap() error handlingAlex Williamson2024-10-231-17/+17
* vfio/{iommufd, container}: Invoke HostIOMMUDevice::realize() during attach_de...Joao Martins2024-07-231-0/+11
* vfio/pci: Extract mdev check into an helperJoao Martins2024-07-231-0/+14
* vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan2024-06-241-0/+17
* vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan2024-05-221-5/+2
* vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan2024-05-221-4/+4
* vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan2024-05-221-11/+7
* vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan2024-05-221-2/+1
* hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+3
* vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan2023-12-191-0/+11
* vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan2023-12-191-0/+43
* vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan2023-11-061-1/+0
* vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu2023-10-181-0/+612