Home
last modified time | relevance | path

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

/qemu/include/hw/vfio/
H A Dvfio-common.h230 int vfio_kvm_device_del_fd(int fd, Error **errp);
/qemu/hw/vfio/
H A Diommufd.c61 if (vfio_kvm_device_del_fd(vbasedev->fd, &err)) { in iommufd_cdev_kvm_device_del()
H A Dcontainer.c349 if (vfio_kvm_device_del_fd(group->fd, &err)) { in vfio_kvm_device_del_group()
H A Dcommon.c1441 int vfio_kvm_device_del_fd(int fd, Error **errp) in vfio_kvm_device_del_fd() function