aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/helpers.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24vfio/container: Implement HostIOMMUDeviceClass::realize() handlerZhenzhong Duan1-0/+17
2024-05-22vfio: Use g_autofree in all call site of vfio_get_region_info()Zhenzhong Duan1-5/+2
2024-05-22vfio/helpers: Make vfio_device_get_name() return boolZhenzhong Duan1-4/+4
2024-05-22vfio/helpers: Make vfio_set_irq_signaling() return boolZhenzhong Duan1-11/+7
2024-05-22vfio/helpers: Use g_autofree in vfio_set_irq_signaling()Zhenzhong Duan1-2/+1
2024-03-12hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+3
2023-12-19vfio: Introduce a helper function to initialize VFIODeviceZhenzhong Duan1-0/+11
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan1-0/+43
2023-11-06vfio/container: Move IBM EEH related functions into spapr_pci_vfio.cZhenzhong Duan1-1/+0
2023-10-18vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu1-0/+612