Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h253 int vfio_kvm_device_add_fd(int fd, Error **errp);
/openbmc/qemu/hw/vfio/
H A Diommufd.c55 return !vfio_kvm_device_add_fd(vbasedev->fd, errp); in iommufd_cdev_kvm_device_add()
H A Dcontainer.c339 if (vfio_kvm_device_add_fd(group->fd, &err)) { in vfio_kvm_device_add_group()
H A Dcommon.c1411 int vfio_kvm_device_add_fd(int fd, Error **errp) in vfio_kvm_device_add_fd() function