vfio_pci_ioeventfd
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: Absent ⚠️
4.15
: Absent ⚠️
4.18
: Absent ⚠️
5.0
: Absent ⚠️
5.3
: Absent ⚠️
5.4
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
};
5.8
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct vfio_pci_device *vdev;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
bool test_mem;
};
5.11
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct vfio_pci_device *vdev;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
bool test_mem;
};
5.13
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct vfio_pci_device *vdev;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
bool test_mem;
};
5.15
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct vfio_pci_core_device *vdev;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
bool test_mem;
};
5.19
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct vfio_pci_core_device *vdev;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
bool test_mem;
};
6.2
: Absent ⚠️
6.5
: Absent ⚠️
6.8
: Absent ⚠️
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
};
riscv64
: Absent ⚠️
aws
: Absent ⚠️
azure
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
};
gcp
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
};
lowlatency
: ✅struct vfio_pci_ioeventfd {
struct list_head next;
struct virqfd *virqfd;
void *addr;
uint64_t data;
loff_t pos;
int bar;
int count;
};
Regular
5.4
and 5.8
⚠️struct vfio_pci_device *vdev
bool test_mem
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
⚠️struct vfio_pci_device *vdev
➡️ struct vfio_pci_core_device *vdev
5.15
and 5.19
✅
amd64
and ppc64el
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅