kvm_xenRegular
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: ✅struct kvm_xen {
bool long_mode;
bool shinfo_set;
u8 upcall_vector;
struct gfn_to_hva_cache shinfo_cache;
};
5.15: ✅struct kvm_xen {
bool long_mode;
u8 upcall_vector;
gfn_t shinfo_gfn;
};
5.19: ✅struct kvm_xen {
u32 xen_version;
bool long_mode;
u8 upcall_vector;
struct gfn_to_pfn_cache shinfo_cache;
struct idr evtchn_ports;
long unsigned int poll_mask[16];
};
6.2: ✅struct kvm_xen {
struct mutex xen_lock;
u32 xen_version;
bool long_mode;
bool runstate_update_flag;
u8 upcall_vector;
struct gfn_to_pfn_cache shinfo_cache;
struct idr evtchn_ports;
long unsigned int poll_mask[16];
};
6.5: ✅struct kvm_xen {
struct mutex xen_lock;
u32 xen_version;
bool long_mode;
bool runstate_update_flag;
u8 upcall_vector;
struct gfn_to_pfn_cache shinfo_cache;
struct idr evtchn_ports;
long unsigned int poll_mask[16];
};
6.8: ✅struct kvm_xen {
struct mutex xen_lock;
u32 xen_version;
bool long_mode;
bool runstate_update_flag;
u8 upcall_vector;
struct gfn_to_pfn_cache shinfo_cache;
struct idr evtchn_ports;
long unsigned int poll_mask[64];
};
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.13 and 5.15 ⚠️gfn_t shinfo_gfn
bool shinfo_set
struct gfn_to_hva_cache shinfo_cache
5.15 and 5.19 ⚠️u32 xen_version
struct gfn_to_pfn_cache shinfo_cache
struct idr evtchn_ports
long unsigned int poll_mask[16]
gfn_t shinfo_gfn
5.19 and 6.2 ⚠️struct mutex xen_lock
bool runstate_update_flag
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️long unsigned int poll_mask[16] ➡️ long unsigned int poll_mask[64]