kvm_device_opsRegular
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: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: ✅struct kvm_device_ops {
const char *name;
int (*create)(struct kvm_device *, u32);
void (*init)(struct kvm_device *);
void (*destroy)(struct kvm_device *);
void (*release)(struct kvm_device *);
int (*set_attr)(struct kvm_device *, struct kvm_device_attr *);
int (*get_attr)(struct kvm_device *, struct kvm_device_attr *);
int (*has_attr)(struct kvm_device *, struct kvm_device_attr *);
long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int);
int (*mmap)(struct kvm_device *, struct vm_area_struct *);
};
armhf: Absent ⚠️
ppc64el: ✅struct kvm_device_ops {
const char *name;
int (*create)(struct kvm_device *, u32);
void (*init)(struct kvm_device *);
void (*destroy)(struct kvm_device *);
void (*release)(struct kvm_device *);
int (*set_attr)(struct kvm_device *, struct kvm_device_attr *);
int (*get_attr)(struct kvm_device *, struct kvm_device_attr *);
int (*has_attr)(struct kvm_device *, struct kvm_device_attr *);
long int (*ioctl)(struct kvm_device *, unsigned int, long unsigned int);
int (*mmap)(struct kvm_device *, struct vm_area_struct *);
};
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Arch