]> xenbits.xensource.com Git - qemu-xen.git/commit
vfio/common: Move IOMMU agnostic helpers to a separate file
authorYi Liu <yi.l.liu@intel.com>
Mon, 9 Oct 2023 09:09:05 +0000 (11:09 +0200)
committerCédric Le Goater <clg@redhat.com>
Wed, 18 Oct 2023 08:10:49 +0000 (10:10 +0200)
commit1e09f52f4d1f1775004c9c64bbef1f498a915758
tree33df0405934ffbb1f34c673a585ee218f19349b4
parentf7cbfa71303c2ecf31d240f764516a5fc823cf97
vfio/common: Move IOMMU agnostic helpers to a separate file

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>
hw/vfio/common.c
hw/vfio/helpers.c [new file with mode: 0644]
hw/vfio/meson.build
include/hw/vfio/vfio-common.h