vfio_deviceRegular
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_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
5.8: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
5.11: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
5.13: ✅struct vfio_device {
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
refcount_t refcount;
struct completion comp;
struct list_head group_next;
};
5.15: ✅struct vfio_device {
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct vfio_device_set *dev_set;
struct list_head dev_set_list;
refcount_t refcount;
unsigned int open_count;
struct completion comp;
struct list_head group_next;
};
5.19: ✅struct vfio_device {
struct device *dev;
const struct vfio_device_ops *ops;
const struct vfio_migration_ops *mig_ops;
struct vfio_group *group;
struct vfio_device_set *dev_set;
struct list_head dev_set_list;
unsigned int migration_flags;
struct kvm *kvm;
refcount_t refcount;
unsigned int open_count;
struct completion comp;
struct list_head group_next;
};
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
gcp: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
lowlatency: ✅struct vfio_device {
struct kref kref;
struct device *dev;
const struct vfio_device_ops *ops;
struct vfio_group *group;
struct list_head group_next;
void *device_data;
};
Regular
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ⚠️refcount_t refcount
struct completion comp
struct kref kref
void *device_data
5.13 and 5.15 ⚠️struct vfio_device_set *dev_set
struct list_head dev_set_list
unsigned int open_count
5.15 and 5.19 ⚠️const struct vfio_migration_ops *mig_ops
unsigned int migration_flags
struct kvm *kvm
amd64 and ppc64el ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅