Home
last modified time | relevance | path

Searched refs:attach_device (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/vfio/
H A Dvfio-container-base.h120 bool (*attach_device)(const char *name, VFIODevice *vbasedev, member
/qemu/hw/vfio/
H A Diommufd.c617 vioc->attach_device = iommufd_cdev_attach; in vfio_iommu_iommufd_class_init()
H A Dcontainer.c1132 vioc->attach_device = vfio_legacy_attach_device; in vfio_iommu_legacy_class_init()
H A Dcommon.c1538 return ops->attach_device(name, vbasedev, as, errp); in vfio_attach_device()