summary refs log tree commit diff stats
path: root/hw/vfio/helpers.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfio/common: Move IOMMU agnostic helpers to a separate fileYi Liu2023-10-181-0/+612
Move low-level iommu agnostic helpers to a separate helpers.c file. They relate to regions, interrupts, device/region capabilities and etc. Signed-off-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Yi Sun <yi.y.sun@linux.intel.com> Signed-off-by: Yi Liu <yi.l.liu@intel.com> Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>