Searched refs:VFIO_API_VERSION (Results 1 – 8 of 8) sorted by relevance
18 #define VFIO_API_VERSION 0 macro
525 return VFIO_API_VERSION; in iommufd_vfio_ioctl()
609 if (ret != VFIO_API_VERSION) { in vfio_connect_container()611 "reported version: %d", VFIO_API_VERSION, ret); in vfio_connect_container()
340 ret = VFIO_API_VERSION; in vfio_fops_unl_ioctl()
315 if (ioctl(s->container, VFIO_GET_API_VERSION) != VFIO_API_VERSION) { in qemu_vfio_init_pci()
1421 ASSERT_EQ(VFIO_API_VERSION, ioctl(self->fd, VFIO_GET_API_VERSION)); in TEST_F()
179 if (ioctl(container, VFIO_GET_API_VERSION) != VFIO_API_VERSION)