Home
last modified time | relevance | path

Searched refs:VFIO_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dvfio.h18 #define VFIO_API_VERSION 0 macro
/openbmc/qemu/hw/vfio/
H A Dcontainer.c664 if (ret != VFIO_API_VERSION) { in vfio_container_connect()
666 "reported version: %d", VFIO_API_VERSION, ret); in vfio_container_connect()
/openbmc/qemu/util/
H A Dvfio-helpers.c315 if (ioctl(s->container, VFIO_GET_API_VERSION) != VFIO_API_VERSION) { in qemu_vfio_init_pci()